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-03 12:19:38 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-11-22 17:11:46 +0300
commit77e0bbba5c6044b5e3f370b9f75bcf9beb53a6d2 (patch)
treef336239e90cc7e557b3170524c1929102533f8ce /android/res/values
parentb0208de8de620e39b15600a0e5467e893da1cd34 (diff)
[android] Transparent statusbar.
Diffstat (limited to 'android/res/values')
-rw-r--r--android/res/values/themes-base.xml3
-rw-r--r--android/res/values/themes.xml3
2 files changed, 2 insertions, 4 deletions
diff --git a/android/res/values/themes-base.xml b/android/res/values/themes-base.xml
index e076f73959..9cdefefbc4 100644
--- a/android/res/values/themes-base.xml
+++ b/android/res/values/themes-base.xml
@@ -13,9 +13,9 @@
<item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
<item name="android:fontFamily" tools:targetApi="jelly_bean">@string/robotoRegular</item>
<item name="android:colorBackgroundCacheHint">@null</item>
+ <item name="android:windowActionBarOverlay">true</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>
<item name="cardFrame">@drawable/card_frame</item>
@@ -97,6 +97,7 @@
<item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
<item name="android:fontFamily" tools:targetApi="jelly_bean">@string/robotoRegular</item>
<item name="android:colorBackgroundCacheHint">@null</item>
+ <item name="android:windowActionBarOverlay">true</item>
<item name="clickableBackground">?selectableItemBackground</item>
<item name="android:statusBarColor" tools:targetApi="lollipop">@android:color/transparent</item>
diff --git a/android/res/values/themes.xml b/android/res/values/themes.xml
index 6d13b468b8..9f540ce0e4 100644
--- a/android/res/values/themes.xml
+++ b/android/res/values/themes.xml
@@ -180,9 +180,6 @@
<item name="android:colorPrimaryDark" tools:targetApi="lollipop">@android:color/black</item>
<item name="android:timePickerStyle" tools:targetApi="lollipop">@style/MwmWidget.Editor.TimePicker</item>
<item name="android:windowBackground">@null</item>
- <item name="windowActionBar">false</item>
- <item name="windowActionBarOverlay">true</item>
- <item name="android:windowActionBarOverlay">true</item>
</style>
</resources>