summaryrefslogtreecommitdiff
path: root/res/values-v19/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 16:58:44 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 16:58:44 +0400
commit5775c0d56b7c856b508bb34e478eef53c2460624 (patch)
tree54466df788688311ac1cd509bfb88047fb0572bf /res/values-v19/style.xml
parent4034e87418fcca09a68c75f0827372c766c783a7 (diff)
move android:fitsSystemWindows="true" to viewgroups
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