当前位置: 代码迷 >> 综合 >> shape 相关属性
  详细解决方案

shape 相关属性

热度:37   发布时间:2024-01-15 23:31:33.0
solid 填充
android:color 填充颜色

gradient 渐变
android:angle 渐变角度
android:startColor 起始颜色
android:endColor 结束颜色
android:centerColor 中心颜色
android:type=linear 线性渐变 

stroke 描边
android:width 描边的宽度
android:color 描边的颜色
android:dashGap 描边的间隙
android:dashWidth 描边的宽度

padding 间隙
android:left 距左边间距
android:top 距上面间距
android:right 距右边间距
andorid:bottom 距底间距