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_full_filled_holo_dark.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/drawable/ratingbar_full_filled_holo_dark.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/drawable/ratingbar_full_filled_holo_dark.xml b/android/3rd_party/HoloEverywhere/library/res/drawable/ratingbar_full_filled_holo_dark.xml
new file mode 100644
index 0000000000..846b477861
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/drawable/ratingbar_full_filled_holo_dark.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item android:state_window_focused="true" android:drawable="@drawable/btn_rating_star_on_pressed_holo_dark" android:state_pressed="true"></item>
+
+ <item android:state_focused="true" android:state_window_focused="true" android:drawable="@drawable/btn_rating_star_on_focused_holo_dark"></item>
+
+ <item android:state_selected="true" android:state_window_focused="true" android:drawable="@drawable/btn_rating_star_on_focused_holo_dark"></item>
+
+ <item android:drawable="@drawable/btn_rating_star_on_normal_holo_dark"></item>
+
+</selector> \ No newline at end of file