summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-08 16:45:08 +0400
committerAndrew Dolgov <[email protected]>2011-09-08 16:45:08 +0400
commit30eea4c5e4022a5630138f2d3bd36eccf8031dc4 (patch)
treed8eba6467a498b298399a0a87b2eef21e278f0e3 /res/layout/main.xml
parenta14e9cd14e3d9490a6c4680e54bcd7d691bf548b (diff)
implement placeholder headlinesfragment
fix reloading feedsfragment on rotate
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index c91f2a76..63cdbda7 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -1,9 +1,15 @@
-
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
<LinearLayout android:id="@+id/linearLayout1" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal">
<LinearLayout android:layout_weight="1.5" android:layout_height="match_parent" android:id="@+id/linearLayout4" android:layout_width="match_parent">
- <LinearLayout android:layout_height="match_parent" android:id="@+id/feeds_container" android:layout_width="match_parent">
+ <LinearLayout android:layout_height="match_parent" android:id="@+id/feeds_container"
+ android:layout_weight="1"
+
+ android:layout_width="match_parent">
</LinearLayout>
<ImageView
@@ -19,3 +25,7 @@
</LinearLayout>
+ <TextView android:layout_gravity="center" android:visibility="invisible"
+ android:textAppearance="?android:attr/textAppearanceLarge" android:text="@string/no_unread_feeds" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/no_unread_feeds"></TextView>
+
+</FrameLayout> \ No newline at end of file