summaryrefslogtreecommitdiff
path: root/res/values-v19/style.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-v19/style.xml')
-rw-r--r--res/values-v19/style.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/values-v19/style.xml b/res/values-v19/style.xml
index 9bf1e68e..1576cc89 100644
--- a/res/values-v19/style.xml
+++ b/res/values-v19/style.xml
@@ -3,25 +3,21 @@
<style name="LightTheme" parent="LightThemeBase">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">false</item>
- <item name="android:fitsSystemWindows">true</item>
</style>
<style name="SepiaTheme" parent="SepiaThemeBase">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">false</item>
- <item name="android:fitsSystemWindows">true</item>
</style>
<style name="HoloTheme" parent="HoloThemeBase">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">false</item>
- <item name="android:fitsSystemWindows">true</item>
</style>
<style name="DarkTheme" parent="DarkThemeBase">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">false</item>
- <item name="android:fitsSystemWindows">true</item>
</style>
</resources> \ No newline at end of file