How to make the corners of a button round?

前端 未结 13 933
暖寄归人
暖寄归人 2020-11-22 16:36

I want to make the corners of a button round. Is there an easy way to achieve this in Android?

13条回答
  •  误落风尘
    2020-11-22 17:40

    Create rounded_btn.xml file in Drawable folder...

    
     
             
    
         
    
          
    
          
      
    

    and use this.xml file as a button background

提交回复
热议问题