Android: 9-patch repeat pattern instead of stretching

前端 未结 3 1719
轮回少年
轮回少年 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:05

    First make sure you save your 9 patch image as your_image_name.9.png and store it in the res/drawable folder. Then in your xml just set the layout background with-- android:background="@drawable/your_image_name" and that should work. If it's still not working can you post your layout xml?

提交回复
热议问题