2015-11-07 14:27:17 +00: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">
|
2015-12-16 13:39:32 +00:00
|
|
|
<solid android:color="#33000000" />
|
2015-11-07 14:27:17 +00:00
|
|
|
</shape>
|
|
|
|
|
</item>
|
2015-12-16 13:39:32 +00:00
|
|
|
<item android:state_focused="true">
|
2015-11-07 14:27:17 +00:00
|
|
|
<shape android:shape="rectangle">
|
2015-12-16 13:39:32 +00:00
|
|
|
<solid android:color="#33000000" />
|
2015-11-07 14:27:17 +00:00
|
|
|
</shape>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<shape android:shape="rectangle">
|
2016-03-05 17:08:49 +00:00
|
|
|
<solid android:color="#00000000" />
|
2015-11-07 14:27:17 +00:00
|
|
|
</shape>
|
|
|
|
|
</item>
|
|
|
|
|
</selector>
|