summaryrefslogtreecommitdiff
path: root/res/values-v19/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 17:00:40 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 17:00:40 +0400
commitb654ce6cf83c8e81b7c6bacab02442661a751e26 (patch)
treefe66b598d1edb67ef1a4502b49b3ea0458544b72 /res/values-v19/style.xml
parent7168c04ebff82b00056ce03ebc3e996c619d7012 (diff)
move android:fitsSystemWindows="true" to viewgroups
Diffstat (limited to 'res/values-v19/style.xml')
-rw-r--r--res/values-v19/style.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/values-v19/style.xml b/res/values-v19/style.xml
index 4eb394a..0a821cb 100644
--- a/res/values-v19/style.xml
+++ b/res/values-v19/style.xml
@@ -3,7 +3,6 @@
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">false</item>
- <item name="android:fitsSystemWindows">true</item>
<item name="statusBarHintColor">#222222</item>
<item name="android:actionBarStyle">@style/ActionBar.Light</item>
</style>