Rounded corners android image buttons

前端 未结 5 1090
孤独总比滥情好
孤独总比滥情好 2020-12-03 16:55

I am trying to round corners on an android ImageButton, the code looks like this;





        
5条回答
  •  情深已故
    2020-12-03 17:21

    Create image_rounded_corner.xml inside /res/drawable

     
      
       
       
       
       
      
    

    Call the image_rounded_corner.xml file with android:background

     
    

    or use an Draw 9-patch file as "Artoo Detoo" suggested.

提交回复
热议问题