update AndroidManifest.xml
[freespace.git] / res / drawable / home_lists_button.xml
blobf251f5ddbc5efbe78a64eb6c206df7e96788e181
1 <?xml version="1.0" encoding="UTF-8"?>
2 <selector
3   xmlns:android="http://schemas.android.com/apk/res/android">
4     <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/ic_lists_home_pressed" />
5     <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/ic_lists_home_pressed" />
6     <item android:state_focused="true" android:drawable="@drawable/ic_lists_home_selected" />
7     <item android:state_focused="false" android:state_pressed="false" android:drawable="@drawable/ic_lists_home_default" />
8 </selector>