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>2014-11-10 17:14:20 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:34:27 +0300
commit84beaca9497c92e008f18add1029ff32151d7105 (patch)
tree21e78e4270d7e99a0f0e4d03b3bfb345b61e70f0 /android/res/values
parent5ef638af702fdd38100415e92cc37e9e04d5fbff (diff)
UI fixes.
Diffstat (limited to 'android/res/values')
-rw-r--r--android/res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml
index 377238b861..ca5bd736ec 100644
--- a/android/res/values/styles.xml
+++ b/android/res/values/styles.xml
@@ -5,6 +5,7 @@
<item name="colorPrimary">@color/base_green</item>
<item name="colorPrimaryDark">@color/text_search_item_greyed</item>
<item name="colorAccent">@color/downloader_blue</item>
+ <item name="theme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
</style>
<string name="robotoLight">sans-serif-light</string>