| | |
| | | <item android:state_pressed="true" > |
| | | <shape android:shape="rectangle" > |
| | | <corners android:radius="5dp" /> |
| | | <stroke android:width="1dip" android:color="#1890FF" /> |
| | | <gradient android:angle="-90" android:startColor="#1890FF" android:endColor="#1890FF" /> |
| | | <stroke android:width="1dip" android:color="#3d68e1" /> |
| | | <gradient android:angle="-90" android:startColor="#3d68e1" android:endColor="#3d68e1" /> |
| | | </shape> |
| | | </item> |
| | | <item android:state_focused="true"> |
| | | <shape android:shape="rectangle" > |
| | | <corners android:radius="5dp" /> |
| | | <stroke android:width="1dip" android:color="#1890FF" /> |
| | | <solid android:color="#1890FF"/> |
| | | <stroke android:width="1dip" android:color="#3d68e1" /> |
| | | <solid android:color="#3d68e1"/> |
| | | </shape> |
| | | </item> |
| | | <item > |
| | | <shape android:shape="rectangle" > |
| | | <corners android:radius="5dp" /> |
| | | <stroke android:width="1dip" android:color="#1890FF" /> |
| | | <gradient android:angle="-90" android:startColor="#1890FF" android:endColor="#1890FF" /> |
| | | <stroke android:width="1dip" android:color="#3d68e1" /> |
| | | <gradient android:angle="-90" android:startColor="#3d68e1" android:endColor="#3d68e1" /> |
| | | </shape> |
| | | </item> |
| | | </selector> |