android常用shape(直接copy)

新建shape文件,颜色需要自己定义

android常用shape(直接copy)_第1张图片
新建shape

shape属性:(默认矩形)

  • line--线
  • oval--椭圆
  • rectangle--圆角矩形

shape有6个属性节点

  • corners :圆角
  • gradient :渐变
  • padding :内容离边界距离
  • size :大小
  • solid  :填充颜色
  • stroke :描边

下面是常见常用shape直接copy代码,颜色根据自己需求设置整个文件当作background属性引用即可

一、

渐变色:


android常用shape(直接copy)_第2张图片
image.png

shape.xml




    
    

二、

圆角矩形框:


android常用shape(直接copy)_第3张图片
image.png

shape.xml

 

        
        
        

三、

圆角矩形实心:


android常用shape(直接copy)_第4张图片
image.png

shape.xml

 


  
  
  

四、

圆角带边框实心:


android常用shape(直接copy)_第5张图片
image.png

shape.xml




  
  
  
  

五、

左圆角右直角:


android常用shape(直接copy)_第6张图片
image.png

shape.xml




  
  
  
  

六、

圆框:


android常用shape(直接copy)_第7张图片
image.png

shape.xml




  
  
  

七、

虚线:


image.png

shape.xml

 

  

八、

虚线框:


android常用shape(直接copy)_第8张图片
image.png

shape.xml



  
  

你可能感兴趣的:(android常用shape(直接copy))