Android: Drawing tiled bitmaps with bottom or some other alignments similar to css background-position
问题 I want to set a background of a View with a tiled bitmap, but the tiling needs to be anchored to the bottom-left, instead of the top-left corner (the default). For example, if the tiles are the smiley faces below, I want it to be tiled like: Using xml drawables I could achieve either tiling (using tileMode="repeat" ) or bottom positioning (using gravity="bottom" ), but combining both is not possible, even the documentation says so: android:tileMode Keyword. Defines the tile mode. When the