summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-09 20:36:09 +0400
committerAndrew Dolgov <[email protected]>2011-09-09 20:36:09 +0400
commitafc8996fff1dfb8b4fa36db7a965100eafe3c852 (patch)
treeb311bd3e00fcb761451a917f0e838839f08fa914 /res/layout/main.xml
parentfb7054eb18d45ea641bf1e7177ad4ae41a7d52d2 (diff)
implement webview for content
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 8a8b4b16..c4d233b5 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -19,19 +19,17 @@
android:layout_width="wrap_content" android:layout_height="match_parent"></ImageView>
</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 android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="0.5" android:id="@+id/headlines_wrapper">
+ <LinearLayout android:layout_width="match_parent" android:layout_weight="1" android:id="@+id/headlines_container" android:layout_height="match_parent">
+ </LinearLayout>
+
+ <ImageView android:paddingRight="2dip" android:layout_height="match_parent" android:background="?feedlistDivider" android:layout_width="wrap_content" android:paddingLeft="2dip"></ImageView>
+
+ <LinearLayout android:layout_weight="1" android:visibility="gone" android:layout_width="match_parent" 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