중요 태그

2015년 3월 18일 수요일

안드로이드 Bitmap을 Tile방식으로 출력

안드로이드 View 배경을 Bitmap을 반복적으로 사용해서 채울 때 사용

BitmapDrawable bitmapDrawable = new BitmapDrawable(getResources(), bmp);
bitmapDrawable.setTileModeX(Shader.TileMode.REPEAT);

댓글 없음: