12 lines
No EOL
590 B
XML
12 lines
No EOL
590 B
XML
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/pli_btn_next_pressed"
|
|
android:state_focused="true"
|
|
android:state_pressed="true" />
|
|
<item android:drawable="@drawable/pli_btn_next_pressed"
|
|
android:state_focused="false"
|
|
android:state_pressed="true" />
|
|
<item android:drawable="@drawable/pli_btn_next_pressed" android:state_focused="true" />
|
|
<item android:drawable="@drawable/pli_btn_next"
|
|
android:state_focused="false"
|
|
android:state_pressed="false" />
|
|
</selector> |