blob: 18bd82d5c2a1689b58aed06ad8b47b017d4a42f8 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/main_live_pressed" android:state_focused="true" android:state_pressed="true"/>
<item android:drawable="@drawable/main_live_pressed" android:state_focused="false" android:state_pressed="true"/>
<item android:drawable="@drawable/main_live_selected" android:state_focused="true"/>
<item android:drawable="@drawable/main_live_default" android:state_focused="false" android:state_pressed="false"/>
</selector>
|