android 9-patch graphic doesn't scale in image view

前端 未结 4 1546
旧时难觅i
旧时难觅i 2021-02-01 10:37

I have



        
4条回答
  •  耶瑟儿~
    2021-02-01 11:28

    Just add android:scaleType="fitXY" to your ImageView. For example for myimage.9.png:

    
    

提交回复
热议问题