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_progress_horizontal_holo_light.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/drawable/scrubber_progress_horizontal_holo_light.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/drawable/scrubber_progress_horizontal_holo_light.xml b/android/3rd_party/HoloEverywhere/library/res/drawable/scrubber_progress_horizontal_holo_light.xml
new file mode 100644
index 0000000000..19777d442a
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/drawable/scrubber_progress_horizontal_holo_light.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item android:drawable="@drawable/scrubber_track_holo_light" android:id="@android:id/background"></item>
+ <item android:id="@android:id/secondaryProgress">
+ <scale android:drawable="@drawable/scrubber_secondary_holo" android:scaleWidth="100%"></scale>
+ </item>
+ <item android:id="@android:id/progress">
+ <scale android:drawable="@drawable/scrubber_primary_holo" android:scaleWidth="100%"></scale>
+ </item>
+
+</layer-list> \ No newline at end of file