From afc8996fff1dfb8b4fa36db7a965100eafe3c852 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 9 Sep 2011 20:36:09 +0400 Subject: implement webview for content --- res/layout/article_fragment.xml | 9 +++++---- res/layout/feeds_fragment.xml | 5 +---- res/layout/headlines_fragment.xml | 7 ++++++- res/layout/main.xml | 16 +++++++--------- 4 files changed, 19 insertions(+), 18 deletions(-) (limited to 'res/layout') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index cc65deff..1c54d3d7 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -1,7 +1,8 @@ - - - - + + + + + diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml index 9d2db1cc..9b22dce8 100644 --- a/res/layout/feeds_fragment.xml +++ b/res/layout/feeds_fragment.xml @@ -7,12 +7,9 @@ - diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml index 588e1404..4be9fe5b 100644 --- a/res/layout/headlines_fragment.xml +++ b/res/layout/headlines_fragment.xml @@ -4,8 +4,13 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/headlines_fragment"> - + + 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"> - - - + + + + + + + - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf