Since it's been a long while since I've worked on it and it was never version controlled to begin with...
5 lines
268 B
XML
5 lines
268 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item android:state_pressed="true" android:drawable="@drawable/remote_skip_next_pressed"/>
|
|
<item android:drawable="@drawable/remote_skip_next"/>
|
|
</selector> |