1<?xml version="1.0" encoding="utf-8"?> 2<shape xmlns:android="http://schemas.android.com/apk/res/android" > 3 4 <solid android:color="#66FFFFFF" /> 5 6 <size android:width="4dp" /> 7 8 <!-- 9 <gradient 10 android:angle="45" 11 android:centerColor="#66ff5c33" 12 android:endColor="#66FF3401" 13 android:startColor="#66FF3401" /> 14 15 <corners android:radius="8dp" /> 16 17 <padding 18 android:left="0.5dp" 19 android:right="0.5dp" /> 20 --> 21 22</shape> 23