赞
踩
- <?xml version="1.0" encoding="utf-8"?><!-- 圆形边框 + 填充 -->
- <shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="oval"
- android:useLevel="true">
-
- <size
- android:width="110dp"
- android:height="110dp" />
-
- <stroke
- android:width="5dp"
- android:color="#C4E8F5" />
-
- <solid android:color="#0091EA" />
- <!--渐变色-->
- <gradient
- android:endColor="#0091EA"
- android:startColor="#00C3F6"
- android:angle="270"/>
-
- </shape>

- <?xml version="1.0" encoding="utf-8"?><!-- 圆形边框 + 填充 -->
- <shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="oval"
- android:useLevel="true">
-
- <size
- android:width="110dp"
- android:height="110dp" />
-
- <stroke
- android:width="5dp"
- android:color="#CCEADB" />
-
- <solid android:color="#26BD71" />
- <!--渐变色-->
- <gradient
- android:endColor="#26BD71"
- android:startColor="#6DE034" />
-
- </shape>

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。