From c18ed97aa4b10d844e008c9dd610f775b5aaff8e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Nov 2011 23:18:18 +0300 Subject: add misc drawables update layouts --- res/layout/article_fragment.xml | 18 +++++++++++++----- res/layout/feeds_fragment.xml | 2 +- res/layout/feeds_row.xml | 7 +++---- res/layout/headlines_fragment.xml | 2 +- res/layout/headlines_row.xml | 3 ++- res/layout/main.xml | 15 ++++++++------- 6 files changed, 28 insertions(+), 19 deletions(-) (limited to 'res/layout') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index 31a105e4..4610d207 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -1,8 +1,16 @@ - - - - + + + + + + + + + - diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml index 32f2d229..0dcbc1c4 100644 --- a/res/layout/feeds_fragment.xml +++ b/res/layout/feeds_fragment.xml @@ -6,6 +6,6 @@ - + diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml index 4eb22e22..08eafd32 100644 --- a/res/layout/feeds_row.xml +++ b/res/layout/feeds_row.xml @@ -3,24 +3,23 @@ android:layout_height="?android:attr/listPreferredItemHeight" android:orientation="horizontal" android:gravity="center_vertical" - android:padding="3dip" android:id="@+id/feeds_row" android:layout_width="match_parent"> + android:id="@+id/feeds_row" android:layout_width="match_parent" android:paddingBottom="4dip" android:paddingLeft="8dip" android:paddingRight="8dip" android:paddingTop="4dip"> + android:text="{FEED}" android:layout_width="wrap_content" android:textSize="21dp"/> + android:text="{123}" android:textSize="16dp"/> \ No newline at end of file diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml index 1828adb2..c5536c5c 100644 --- a/res/layout/headlines_fragment.xml +++ b/res/layout/headlines_fragment.xml @@ -3,7 +3,7 @@ - + diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 1cb583f6..656ff80a 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -4,7 +4,8 @@ android:gravity="center_vertical" android:padding="3dip" android:id="@+id/headlines_row" android:orientation="horizontal" android:layout_height="wrap_content"> + android:paddingLeft="6dip" android:paddingRight="6dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/selected"> + diff --git a/res/layout/main.xml b/res/layout/main.xml index 9593924a..fcac33d5 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,16 +1,17 @@ - - - - + + + + - - - + + + + -- cgit v1.2.3-54-g00ecf