From e0c40e5fb8b9c9ca72a5bb306593565c22e1f804 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Nov 2011 13:55:05 +0300 Subject: implement headlines view --- res/layout/feeds_fragment.xml | 13 ++++++------- res/layout/feeds_row.xml | 6 ++---- res/layout/headlines_fragment.xml | 6 ++++-- res/layout/main.xml | 19 ++++++++++++++----- 4 files changed, 26 insertions(+), 18 deletions(-) (limited to 'res/layout') diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml index f4abec8a..c66895b3 100644 --- a/res/layout/feeds_fragment.xml +++ b/res/layout/feeds_fragment.xml @@ -1,12 +1,11 @@ - - - - - + android:layout_height="fill_parent" android:id="@+id/feeds_container" android:layout_width="match_parent"> + + + + + diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml index a53e0eeb..4eb22e22 100644 --- a/res/layout/feeds_row.xml +++ b/res/layout/feeds_row.xml @@ -1,18 +1,16 @@ + android:padding="3dip" android:id="@+id/feeds_row" android:layout_width="match_parent"> + android:text="{FEED}" android:textSize="16sp" android:layout_width="wrap_content"/> - - + + + + diff --git a/res/layout/main.xml b/res/layout/main.xml index 86fcf5fa..d8fb875f 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,13 +1,22 @@ - - - - + + + + - + + + + + + + + + + -- cgit v1.2.3-54-g00ecf