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