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:
authorRoman Romanov <rromanov@65gb.net>2016-11-07 12:08:34 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2016-11-11 11:06:02 +0300
commit4810a62b5582541b7b4272f6f032ebae0eea401e (patch)
tree04963f8d8fa8cbba2ec8929217082e4b493c4f67 /android/res/values
parent97b7cb10546bef508878666537c5f5b4b47e9a55 (diff)
[android] added custom statusbar view.
Diffstat (limited to 'android/res/values')
-rw-r--r--android/res/values/themes-base.xml2
-rw-r--r--android/res/values/themes.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/android/res/values/themes-base.xml b/android/res/values/themes-base.xml
index e282fef1b3..e076f73959 100644
--- a/android/res/values/themes-base.xml
+++ b/android/res/values/themes-base.xml
@@ -14,6 +14,7 @@
<item name="android:fontFamily" tools:targetApi="jelly_bean">@string/robotoRegular</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="clickableBackground">?selectableItemBackground</item>
+ <item name="android:statusBarColor" tools:targetApi="lollipop">@android:color/transparent</item>
<item name="alertDialogTheme">@style/MwmTheme.DialogFragment</item>
<item name="windowBackgroundForced">@color/bg_window</item>
@@ -97,6 +98,7 @@
<item name="android:fontFamily" tools:targetApi="jelly_bean">@string/robotoRegular</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="clickableBackground">?selectableItemBackground</item>
+ <item name="android:statusBarColor" tools:targetApi="lollipop">@android:color/transparent</item>
<item name="alertDialogTheme">@style/MwmTheme.Night.DialogFragment</item>
<item name="windowBackgroundForced">@color/bg_window_night</item>
diff --git a/android/res/values/themes.xml b/android/res/values/themes.xml
index 6cc0899873..6d13b468b8 100644
--- a/android/res/values/themes.xml
+++ b/android/res/values/themes.xml
@@ -79,6 +79,7 @@
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:fontFamily" tools:targetApi="jelly_bean">@string/robotoRegular</item>
<item name="android:windowTranslucentStatus" tools:targetApi="kitkat">true</item>
+ <item name="android:statusBarColor" tools:targetApi="lollipop">@android:color/transparent</item>
</style>
<style name="MwmTheme.DialogFragment.Fullscreen.Night" parent="Theme.AppCompat">
@@ -93,6 +94,7 @@
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:fontFamily" tools:targetApi="jelly_bean">@string/robotoRegular</item>
<item name="android:windowTranslucentStatus" tools:targetApi="kitkat">true</item>
+ <item name="android:statusBarColor" tools:targetApi="lollipop">@android:color/transparent</item>
</style>
<style name="MwmTheme.DialogFragment.Fullscreen.Translucent">