summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp/feeds.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-28 10:21:01 +0400
committerAndrew Dolgov <[email protected]>2013-05-28 10:21:01 +0400
commit882f3a370ecf602c91b834d090eaaac7cc01141a (patch)
tree63e12cdd7ffdf15b3d77eb9bd6a7aacf8a2a4d99 /res/layout-sw600dp/feeds.xml
parentb87a1056d768b02abc1db897ec0f31c3cf5e118f (diff)
initial implementation of slidingmenu stuff
Diffstat (limited to 'res/layout-sw600dp/feeds.xml')
-rw-r--r--res/layout-sw600dp/feeds.xml19
1 files changed, 5 insertions, 14 deletions
diff --git a/res/layout-sw600dp/feeds.xml b/res/layout-sw600dp/feeds.xml
index 5f37b900..bc176a89 100644
--- a/res/layout-sw600dp/feeds.xml
+++ b/res/layout-sw600dp/feeds.xml
@@ -5,22 +5,13 @@
android:background="?headlinesBackgroundSolid"
android:orientation="vertical" >
- <LinearLayout
- android:id="@+id/loading_container"
+ <FrameLayout
+ android:id="@+id/sw600dp_anchor"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?loadingBackground"
- android:gravity="center"
- android:orientation="vertical" >
+ android:layout_height="wrap_content"
+ android:visibility="gone" >
- <TextView
- android:id="@+id/loading_message"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:text="@string/loading_message"
- android:textAppearance="?android:attr/textAppearanceLarge" />
- </LinearLayout>
+ </FrameLayout>
<LinearLayout
android:id="@+id/fragment_container"