summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-09 15:58:11 +0400
committerAndrew Dolgov <[email protected]>2011-09-09 15:58:11 +0400
commitfb7054eb18d45ea641bf1e7177ad4ae41a7d52d2 (patch)
tree5880d9c714e89da84f5ed5d50caee79f48168086 /res/layout/main.xml
parentc7a583a116057ae06c0e0b9ba2e8536744a3479d (diff)
experimental animation stuff
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 63cdbda7..8a8b4b16 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -18,14 +18,20 @@
android:paddingLeft="2dip" android:paddingRight="2dip"
android:layout_width="wrap_content" android:layout_height="match_parent"></ImageView>
- </LinearLayout>
-
- <LinearLayout android:layout_weight="0.5" android:layout_height="match_parent" android:id="@+id/headlines_container" android:layout_width="match_parent">
</LinearLayout>
+ <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/LinearLayout1" android:layout_weight="0.5">
+ <LinearLayout android:layout_width="match_parent" android:layout_weight="0" android:id="@+id/headlines_container" android:layout_height="match_parent"></LinearLayout>
+ <LinearLayout android:layout_width="match_parent" android:layout_weight="1" android:background="#f0f0ff" android:id="@+id/article_container" android:layout_height="match_parent"></LinearLayout>
+ </LinearLayout>
</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>
+ <TextView android:id="@+id/no_headlines"
+ android:visibility="invisible"
+ android:layout_gravity="center"
+ android:textAppearance="?android:attr/textAppearanceLarge" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/no_headlines"></TextView>
+
</FrameLayout> \ No newline at end of file