Android: 9-patch repeat pattern instead of stretching

前端 未结 3 1774
轮回少年
轮回少年 2021-02-01 14:34

I have a 9-patch image file which looks like this:

\"alt

When I use it it appears like this:

3条回答
  •  爱一瞬间的悲伤
    2021-02-01 15:13

    ...

    Correction: If you want the orange dots to repeat, you will not succeed using 9 patch. 9 patch can only stretch the part you told it to stretch and leave untouched, the remaining areas. There is no repeat mode with 9 patch PNG.

    You might want to look into Bitmap class. There is a tileMode you might be able to use for your problem here.

    
    

提交回复
热议问题