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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-03-18 17:50:11 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:40:14 +0300
commit4cb2d80411dffe1e9c7da6fe3d93437ff667f72d (patch)
treec2ffdc229175174b251921d04bdd315643910624 /android/res/drawable
parent636af1052093e70f9718de5936293460f6465df6 (diff)
Displayed hotel rating.
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