Added transparent navigation and status bars for Android 4.4

This commit is contained in:
almir
2014-02-02 01:16:24 +01:00
parent a6e280e5f2
commit 324c356e92

13
res/values-v19/styles.xml Normal file
View File

@@ -0,0 +1,13 @@
<resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.NoActionBar">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>
</resources>