TextView、UIButton、EditText自定义背景边框

一、main.xml



    
    

//1.指定背景  res\layout\main.xml
android:background="@drawable/bg_border"

//2.bg_border实现 res\drawable/bg_borde


    
    


//1.指定背景 res\layout\main.xml
 android:background="@drawable/bg_border2"

//2.bg_border2实现  res\drawable/bg_borde2


  //指定圆角矩形的4个圆角的半径
  
//设置边框颜色
    
//设置渐变颜色
    



实现效果

TextView、UIButton、EditText自定义背景边框_第1张图片

你可能感兴趣的:(TextView、UIButton、EditText自定义背景边框)