<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true">
<shape>
<gradient android:angle="270" android:endColor="#99BD4C"
android:startColor="#A5D245" />
<size android:height="60dp" android:width="320dp" />
<corners android:radius="10dp" />
</shape>
</item>
<item android:state_pressed="false"
>
<shape>
<gradient android:angle="270" android:endColor="#ADADAD"
android:startColor="#BEBEBE" />
<size android:height="60dp" android:width="320dp" />
<corners android:radius="58dp" />
</shape>
</item>
</selector>
相关文章
- 03-01mongoose+koa2 按照_id更新多条数据,删除数组中的字段,然后添加新的字段,$pull和$or结合使用
- 03-01formData和input的file结合使用
- 03-01uitableview 和UISearchBar 下拉提示结合使用
- 03-01vue cli3.0 结合echarts3.0和地图的使用方法
- 03-01结合使用自定义文化和ReportViewer返回CultureNotFoundException
- 03-01echarts 如果打开多个页面直折线图不展示,及echarts和radio-group的结合使用
- 03-01spring框架和junit框架结合使用案例
- 03-0117课:关于Springboot和JedisCluster结合使用,自定义缓存的序列化方式
- 03-0112.动态内存和智能指针、 直接管理内存、shared_ptr和new结合使用
- 03-01xampp和冰蝎结合使用