Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/3rd_party/HoloEverywhere/library/res/drawable/spinner_background_holo_light.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/drawable/spinner_background_holo_light.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/drawable/spinner_background_holo_light.xml b/android/3rd_party/HoloEverywhere/library/res/drawable/spinner_background_holo_light.xml
new file mode 100644
index 0000000000..df3e81e352
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/drawable/spinner_background_holo_light.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@drawable/spinner_disabled_holo_light" android:state_enabled="false"></item>
+ <item android:drawable="@drawable/spinner_pressed_holo_light" android:state_pressed="true"></item>
+ <item android:state_focused="true" android:drawable="@drawable/spinner_focused_holo_light" android:state_pressed="false"></item>
+ <item android:drawable="@drawable/spinner_default_holo_light"></item>
+</selector> \ No newline at end of file