summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp-land
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-06-11 08:57:25 +0400
committerAndrew Dolgov <[email protected]>2013-06-11 08:57:25 +0400
commitfde20a4500a1da2444c08140a3ac9c4550b69255 (patch)
treefe9889c41299df921023aed403b63ed38b4ab366 /res/layout-sw600dp-land
parentfa3ee0b886dc3ecbc55f49792a518efea57c5d2a (diff)
better approach to hiding headlines menu when it is unneded (refs #712)
Diffstat (limited to 'res/layout-sw600dp-land')
-rw-r--r--res/layout-sw600dp-land/headlines_articles.xml7
1 files changed, 7 insertions, 0 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"