蓝色
1 <
shape
2 xmlns:android="http://schemas.android.com/apk/res/android"
3 android:shape="rectangle">
4 <solid android:color="#50a3ef"/>
5 <corners android:radius="5dip" />
6
7 </shape>
橙色
1 <shape xmlns:android="http://schemas.android.com/apk/res/android"> 2 <solid android:color="#fea545"/> 3 <corners android:radius="5dp"/> 4 </shape>
转载于:https://www.cnblogs.com/wangying222/p/6139918.html