summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp-port/headlines_articles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw600dp-port/headlines_articles.xml')
-rw-r--r--res/layout-sw600dp-port/headlines_articles.xml9
1 files changed, 8 insertions, 1 deletions
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"