转首先,看看事例代码

                  

solid:实心,就是填充的意思

android:color指定填充的颜色
gradient:渐变

android:startColor和android:endColor分别为起始和结束颜色,ndroid:angle是渐变角度,必须为45的整数倍。另外渐变默认的模式为android:type="linear",即线性渐变,可以指定渐变为径向渐变,android:type="radial",径向渐变需要指定半径android:gradientRadius="50"。
stroke:描边

android:width="2dp" 描边的宽度,android:color 描边的颜色。我们还可以把描边弄成虚线的形式,设置方式为:android:dashWidth="5dp" android:dashGap="3dp"其中android:dashWidth表示'-'这样一个横线的宽度,android:dashGap表示之间隔开的距离。
corners:圆角

android:radius为角的弧度,值越大角越圆。我们还可以把四个角设定成不同的角度,方法为:

这里有个地方需要注意,bottomLeftRadius是右下角,而不是左下角,这个有点郁闷,不过不影响使用,记得别搞错了就行。
padding:间隔

这个就不用多说了,XML布局文件中经常用到。

大体的就是这样,以下是一个使用的具体示例:用在Selector中作为Button的背景,分别定义了按钮的一般状态、获得焦点状态和按下时的状态,具体代码如下:

main.xml:

作者:dasamanren
链接:https://www.jianshu.com/p/8c208f05895d

更多相关文章

  1. android shape 用法整理
  2. Android常见布局控件之LinearLayout和TableLayout
  3. Android版本问题记录:Android(安卓)8.0下异常Only fullscreen opa
  4. Android中shape的使用
  5. Android中自己定义一个shade.xml
  6. android中shape的属性
  7. Android(安卓)shape方法绘制图形的方法和属性解析
  8. 【Android】四种基本布局
  9. Android中shape的使用

随机推荐

  1. Android 入门到精通 (界面编程#2-Menu)
  2. Android中RatingBar的自定义总结
  3. Android Studio系列-签名打包
  4. ListView.setOnItemClickListener、setOn
  5. 修改android默认语言选项
  6. android app 添加logo
  7. Android(安卓)总结:ContentProvider 的使
  8. android 自定义view支持gif格式播放
  9. CCRenderTexture 从后台进入前台变黑的处
  10. Android中当item数量超过一定大小Recycle