diff options
Diffstat (limited to 'mapswithme-api/res/drawable/btn_gray_selector.xml')
-rw-r--r-- | mapswithme-api/res/drawable/btn_gray_selector.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mapswithme-api/res/drawable/btn_gray_selector.xml b/mapswithme-api/res/drawable/btn_gray_selector.xml new file mode 100644 index 0000000..3876bb0 --- /dev/null +++ b/mapswithme-api/res/drawable/btn_gray_selector.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <item android:drawable="@drawable/btn_back_gray_active" android:state_pressed="true"/> + <item android:drawable="@drawable/btn_back_gray"/> + +</selector>
\ No newline at end of file |