Android: Drawing tiled bitmaps with bottom or some other alignments similar to css background-position

前端 未结 3 798
感情败类
感情败类 2021-01-22 07:37

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 t

3条回答
  •  独厮守ぢ
    2021-01-22 08:03

    Just a thought, and it's pretty roundabout, but could you flip your image vertically, and then apply a transform to your background to flip that vertically as well?

提交回复
热议问题