Android--Button按钮实现背景填充、圆角、边框

1、在drawable文件夹下新建button_shape.xml文件



    
    
    
    
    
    

 

2、将Button 的background属性设置为:android:background="@drawable/button_shape"

注:本文为学习笔记,供给像我这样的小白学习

你可能感兴趣的:(Android--Button按钮实现背景填充、圆角、边框)