shape 的学习

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
    <!-- 圆角的属性 -->
    <corners 
        android:radius=""
        android:topLeftRadius=""
        android:topRightRadius=""
        android:bottomLeftRadius=""
        android:bottomRightRadius=""/>
    <!-- 渐变属性 渐变色填充
    angle渐变的过度角度 
    startColor  开始的颜色
    endColor 结束时的颜色
    android:centerX=""
    android:centerY=""中间过度色的开始位置
    android:centerColor=""中间过渡色的颜色
    android:type="" 渐变色的样式   线性 圆型
    android:gradientRadius="" 渐变圆形样式的半径
    -->
    <gradient 
        android:angle=""
        android:startColor=""
        android:centerX=""
        android:centerY=""
        android:centerColor=""
        android:endColor=""
        android:useLevel=""
        android:type=""
        android:gradientRadius=""
        
        />
    <!-- 内间距 里面内容与边界线的距离 -->
    <padding 
        />


        
    <!-- 单一填充色  不能与 gradient 同时使用-->
    
    <!-- 边界线的宽度 颜色 样式   描边
    android:dashGap=""虚线的间隔距离 
    android:dashWidth="" 虚线的实线 长度 -->
    <stroke 
        android:width=""
        android:color=""
        android:dashWidth=""
        android:dashGap=""/>


</shape>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值