2014-09-12 08:34:51 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
<item android:state_pressed="true" >
|
|
|
|
|
<shape android:shape="rectangle" >
|
|
|
|
|
<padding
|
2014-09-13 21:15:14 -07:00
|
|
|
android:bottom="3dip"
|
2014-09-12 08:34:51 -07:00
|
|
|
android:left="2dip"
|
|
|
|
|
android:right="2dip"
|
2014-09-13 21:15:14 -07:00
|
|
|
android:top="1dip" />
|
2014-09-12 08:34:51 -07:00
|
|
|
<corners android:radius="6dip" />
|
2014-09-13 21:15:14 -07:00
|
|
|
<solid android:color="#4444cc" />
|
2014-09-12 08:34:51 -07:00
|
|
|
</shape>
|
|
|
|
|
</item>
|
|
|
|
|
<item android:state_focused="true">
|
|
|
|
|
<shape android:shape="rectangle" >
|
|
|
|
|
<padding
|
2014-09-13 21:15:14 -07:00
|
|
|
android:bottom="3dip"
|
2014-09-12 08:34:51 -07:00
|
|
|
android:left="2dip"
|
|
|
|
|
android:right="2dip"
|
2014-09-13 21:15:14 -07:00
|
|
|
android:top="1dip" />
|
2014-09-12 08:34:51 -07:00
|
|
|
<corners android:radius="6dip" />
|
2014-09-13 21:15:14 -07:00
|
|
|
<solid android:color="#4444cc"/>
|
2014-09-12 08:34:51 -07:00
|
|
|
</shape>
|
|
|
|
|
</item>
|
|
|
|
|
<item >
|
|
|
|
|
<shape android:shape="rectangle" >
|
|
|
|
|
<padding
|
2014-09-13 21:15:14 -07:00
|
|
|
android:bottom="3dip"
|
2014-09-12 08:34:51 -07:00
|
|
|
android:left="2dip"
|
|
|
|
|
android:right="2dip"
|
2014-09-13 21:15:14 -07:00
|
|
|
android:top="1dip" />
|
2014-09-12 08:34:51 -07:00
|
|
|
<corners android:radius="6dip" />
|
2014-09-13 21:15:14 -07:00
|
|
|
<solid android:color="#5555ee" />
|
2014-09-12 08:34:51 -07:00
|
|
|
</shape>
|
|
|
|
|
</item>
|
|
|
|
|
</selector>
|