summaryrefslogtreecommitdiff
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
parent4034e87418fcca09a68c75f0827372c766c783a7 (diff)
move android:fitsSystemWindows="true" to viewgroups
-rw-r--r--res/layout-sw600dp-land/headlines.xml1
-rw-r--r--res/layout-sw600dp-land/headlines_articles.xml1
-rw-r--r--res/layout-sw600dp-port/headlines.xml1
-rw-r--r--res/layout-sw600dp-port/headlines_articles.xml1
-rw-r--r--res/layout-sw700dp/headlines.xml1
-rw-r--r--res/layout-sw700dp/headlines_articles.xml1
-rw-r--r--res/layout/feeds.xml1
-rw-r--r--res/layout/headlines.xml1
-rw-r--r--res/layout/headlines_articles.xml1
-rw-r--r--res/layout/login.xml1
-rw-r--r--res/values-v19/style.xml4
11 files changed, 10 insertions, 4 deletions
diff --git a/res/layout-sw600dp-land/headlines.xml b/res/layout-sw600dp-land/headlines.xml
index 9acfd86b..a7cc2c0d 100644
--- a/res/layout-sw600dp-land/headlines.xml
+++ b/res/layout-sw600dp-land/headlines.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main"
+ android:fitsSystemWindows="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
diff --git a/res/layout-sw600dp-land/headlines_articles.xml b/res/layout-sw600dp-land/headlines_articles.xml
index 817a0bb4..aa786015 100644
--- a/res/layout-sw600dp-land/headlines_articles.xml
+++ b/res/layout-sw600dp-land/headlines_articles.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines"
+ android:fitsSystemWindows="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
diff --git a/res/layout-sw600dp-port/headlines.xml b/res/layout-sw600dp-port/headlines.xml
index bc636d13..5193fab0 100644
--- a/res/layout-sw600dp-port/headlines.xml
+++ b/res/layout-sw600dp-port/headlines.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines"
+ android:fitsSystemWindows="true"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
diff --git a/res/layout-sw600dp-port/headlines_articles.xml b/res/layout-sw600dp-port/headlines_articles.xml
index fa7f6ce6..c864d100 100644
--- a/res/layout-sw600dp-port/headlines_articles.xml
+++ b/res/layout-sw600dp-port/headlines_articles.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main"
+ android:fitsSystemWindows="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
diff --git a/res/layout-sw700dp/headlines.xml b/res/layout-sw700dp/headlines.xml
index 9acfd86b..a7cc2c0d 100644
--- a/res/layout-sw700dp/headlines.xml
+++ b/res/layout-sw700dp/headlines.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main"
+ android:fitsSystemWindows="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
diff --git a/res/layout-sw700dp/headlines_articles.xml b/res/layout-sw700dp/headlines_articles.xml
index 817a0bb4..aa786015 100644
--- a/res/layout-sw700dp/headlines_articles.xml
+++ b/res/layout-sw700dp/headlines_articles.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines"
+ android:fitsSystemWindows="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
diff --git a/res/layout/feeds.xml b/res/layout/feeds.xml
index fca9c176..ce021004 100644
--- a/res/layout/feeds.xml
+++ b/res/layout/feeds.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main"
+ android:fitsSystemWindows="true"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
diff --git a/res/layout/headlines.xml b/res/layout/headlines.xml
index 8174b539..66eeb0fb 100644
--- a/res/layout/headlines.xml
+++ b/res/layout/headlines.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines"
+ android:fitsSystemWindows="true"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
diff --git a/res/layout/headlines_articles.xml b/res/layout/headlines_articles.xml
index 881753be..9f477e8a 100644
--- a/res/layout/headlines_articles.xml
+++ b/res/layout/headlines_articles.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines"
+ android:fitsSystemWindows="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
diff --git a/res/layout/login.xml b/res/layout/login.xml
index 1ed26afa..ef6cbcf6 100644
--- a/res/layout/login.xml
+++ b/res/layout/login.xml
@@ -1,6 +1,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/loading_container"
android:layout_width="fill_parent"
+ android:fitsSystemWindows="true"
android:gravity="center"
android:layout_height="fill_parent" >
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