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/color/color_timepicker_tab.xml')
-rw-r--r--android/res/color/color_timepicker_tab.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/res/color/color_timepicker_tab.xml b/android/res/color/color_timepicker_tab.xml
new file mode 100644
index 0000000000..99ec5ba9ba
--- /dev/null
+++ b/android/res/color/color_timepicker_tab.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector
+ xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item
+ android:color="@color/base_blue_light"
+ android:state_selected="true"/>
+
+ <item
+ android:color="@color/text_dark_subtitle"/>
+</selector> \ No newline at end of file