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/color/primary_text_holo_dark.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/color/primary_text_holo_dark.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/color/primary_text_holo_dark.xml b/android/3rd_party/HoloEverywhere/library/res/color/primary_text_holo_dark.xml
new file mode 100644
index 0000000000..8066c63408
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/color/primary_text_holo_dark.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="false" android:color="@color/bright_foreground_disabled_holo_dark"></item>
+ <item android:state_window_focused="false" android:color="@color/bright_foreground_holo_dark"></item>
+ <item android:state_pressed="true" android:color="@color/bright_foreground_holo_dark"></item>
+ <item android:state_selected="true" android:color="@color/bright_foreground_holo_dark"></item>
+ <item android:state_activated="true" android:color="@color/bright_foreground_holo_dark"></item>
+ <item android:color="@color/bright_foreground_holo_dark"></item>
+</selector> \ No newline at end of file