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/res/drawable')
-rw-r--r--android/res/drawable/rating_bar_stars.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/res/drawable/rating_bar_stars.xml b/android/res/drawable/rating_bar_stars.xml
new file mode 100644
index 0000000000..61385b9797
--- /dev/null
+++ b/android/res/drawable/rating_bar_stars.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:id="@android:id/background"
+ android:drawable="@drawable/ic_hotel_star_off"/>
+ <item android:id="@android:id/secondaryProgress"
+ android:drawable="@drawable/ic_hotel_star_on"/>
+ <item android:id="@android:id/progress"
+ android:drawable="@drawable/ic_hotel_star_on"/>
+</layer-list> \ No newline at end of file