diff options
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/feeds.xml | 1 | ||||
| -rw-r--r-- | res/layout/headlines.xml | 1 | ||||
| -rw-r--r-- | res/layout/headlines_articles.xml | 1 | ||||
| -rw-r--r-- | res/layout/login.xml | 1 |
4 files changed, 4 insertions, 0 deletions
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" >
|