Android - combine multiple images into one ImageView

后端 未结 3 2128
别跟我提以往
别跟我提以往 2020-12-17 00:33

I\'m looking for help developing (or a library) which can allow me to merge together multiple images into one imageview.

My application is grouping together interact

3条回答
  •  佛祖请我去吃肉
    2020-12-17 00:58

    You should overlap bitmaps onto another bitmap. A first approach are this:

    Merge bitmaps

    You can play with matrix and orders and sizes for a complex UI.

提交回复
热议问题