Commit b432d3a7c66d9c51992935661c7deb99cccf935b
1 parent
9aebc942
--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
res/drawable/startbuttontoggle.xml
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
3 | - <item android:state_pressed="true" | |
4 | - android:drawable="@drawable/ic_startbutton" /> <!-- pressed --> | |
5 | 3 | <item android:state_pressed="false" |
4 | + android:drawable="@drawable/ic_startbutton" /> <!-- pressed --> | |
5 | + <item android:state_pressed="true" | |
6 | 6 | android:drawable="@drawable/ic_ledarklogo" /> <!-- focused --> |
7 | 7 | <item android:drawable="@drawable/ic_startbutton" /> <!-- default --> |
8 | 8 | </selector> |
9 | 9 | \ No newline at end of file | ... | ... |