first commit
[bylock.git] / resources / res / drawable / afc_selector_button_location_dark.xml
blobb008631775d6c48eae91445cce4ccf8fd3d98d63
1 <?xml version="1.0" encoding="utf-8"?>
2 <selector xmlns:android="http://schemas.android.com/apk/res/android">
3     <item android:state_pressed="true" android:drawable="@drawable/afc_button_location_dark_pressed"/>
4     <item android:state_selected="true" android:drawable="@drawable/afc_button_location_dark_pressed"/>
5     <item android:state_focused="true" android:drawable="@drawable/afc_button_location_dark_pressed"/>
6 </selector>