summaryrefslogtreecommitdiff
path: root/navit/android/res/values-v21/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'navit/android/res/values-v21/styles.xml')
-rw-r--r--navit/android/res/values-v21/styles.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/navit/android/res/values-v21/styles.xml b/navit/android/res/values-v21/styles.xml
index a1d66bb3d..3edbb901a 100644
--- a/navit/android/res/values-v21/styles.xml
+++ b/navit/android/res/values-v21/styles.xml
@@ -24,22 +24,22 @@
<style name="NavitTheme" parent="NavitBaseTheme">
<!-- API 21 theme customizations can go here. -->
-
+
<!--
Don't use translucent system bars on API 21 as they are drawn with a semitransparent
black background which can't be changed.
-->
<item name="android:windowTranslucentNavigation">false</item>
<item name="android:windowTranslucentStatus">false</item>
-
- <!--
+
+ <!--
We could set any semi-transparent color here (or change it in code), but this would not
be available on API 19/20. Simply specifying full transparency allows us to implement a
- separate mechanism that will work on all versions.
+ separate mechanism that will work on all versions.
-->
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
-
+
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
</style>