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/scrubber_control_selector_holo.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/drawable/scrubber_control_selector_holo.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/drawable/scrubber_control_selector_holo.xml b/android/3rd_party/HoloEverywhere/library/res/drawable/scrubber_control_selector_holo.xml
new file mode 100644
index 0000000000..1279056f7a
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/drawable/scrubber_control_selector_holo.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item android:drawable="@drawable/scrubber_control_disabled_holo" android:state_enabled="false"></item>
+ <item android:drawable="@drawable/scrubber_control_pressed_holo" android:state_pressed="true"></item>
+ <item android:state_selected="true" android:drawable="@drawable/scrubber_control_focused_holo"></item>
+ <item android:drawable="@drawable/scrubber_control_normal_holo"></item>
+
+</selector> \ No newline at end of file