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/ratingbar_small_holo_light.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/drawable/ratingbar_small_holo_light.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/drawable/ratingbar_small_holo_light.xml b/android/3rd_party/HoloEverywhere/library/res/drawable/ratingbar_small_holo_light.xml
new file mode 100644
index 0000000000..eb379de9ca
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/drawable/ratingbar_small_holo_light.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?><layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@drawable/rate_star_small_off_holo_light" android:id="@android:id/background"></item>
+ <item android:drawable="@drawable/rate_star_small_half_holo_light" android:id="@android:id/secondaryProgress"></item>
+ <item android:drawable="@drawable/rate_star_small_on_holo_light" android:id="@android:id/progress"></item>
+</layer-list> \ No newline at end of file