summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw600dp-land/headlines_articles.xml7
-rw-r--r--res/layout-sw600dp-port/headlines_articles.xml9
-rw-r--r--res/layout-sw700dp/headlines_articles.xml7
3 files changed, 22 insertions, 1 deletions
diff --git a/res/layout-sw600dp-land/headlines_articles.xml b/res/layout-sw600dp-land/headlines_articles.xml
index b6cb1c38..817a0bb4 100644
--- a/res/layout-sw600dp-land/headlines_articles.xml
+++ b/res/layout-sw600dp-land/headlines_articles.xml
@@ -4,6 +4,13 @@
android:layout_height="fill_parent"
android:orientation="vertical" >
+ <FrameLayout
+ android:id="@+id/sw600dp_anchor"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" >
+ </FrameLayout>
+
<LinearLayout
android:id="@+id/loading_container"
android:layout_width="match_parent"
diff --git a/res/layout-sw600dp-port/headlines_articles.xml b/res/layout-sw600dp-port/headlines_articles.xml
index 8608c386..fa7f6ce6 100644
--- a/res/layout-sw600dp-port/headlines_articles.xml
+++ b/res/layout-sw600dp-port/headlines_articles.xml
@@ -2,7 +2,14 @@
android:id="@+id/main"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:orientation="vertical">
+ android:orientation="vertical">
+
+ <FrameLayout
+ android:id="@+id/sw600dp_anchor"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" >
+ </FrameLayout>
<LinearLayout
android:id="@+id/loading_container"
diff --git a/res/layout-sw700dp/headlines_articles.xml b/res/layout-sw700dp/headlines_articles.xml
index b6cb1c38..817a0bb4 100644
--- a/res/layout-sw700dp/headlines_articles.xml
+++ b/res/layout-sw700dp/headlines_articles.xml
@@ -4,6 +4,13 @@
android:layout_height="fill_parent"
android:orientation="vertical" >
+ <FrameLayout
+ android:id="@+id/sw600dp_anchor"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" >
+ </FrameLayout>
+
<LinearLayout
android:id="@+id/loading_container"
android:layout_width="match_parent"