From 45b7bff4231a225b3d5ebc54192f2a2f16c6542b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 27 Nov 2011 15:47:38 +0300 Subject: implement published articles --- res/layout/headlines_row.xml | 25 +++++++- res/layout/headlines_row_selected.xml | 105 ++++++++++++++++++++++++++++------ res/layout/headlines_row_unread.xml | 25 +++++++- 3 files changed, 136 insertions(+), 19 deletions(-) (limited to 'res/layout') diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 0b8e11f1..4b66b747 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -16,7 +16,30 @@ android:layout_width="wrap_content" android:gravity="center" android:padding="3dip" android:layout_height="wrap_content" android:orientation="vertical"> - + + + + + + + + + \ No newline at end of file diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index 92740519..fa7e7ad0 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -1,24 +1,95 @@ - - - - - - + android:gravity="center_vertical" + android:orientation="horizontal" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + \ No newline at end of file diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index 12d089eb..e0aa00cf 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -18,7 +18,30 @@ android:layout_width="wrap_content" android:gravity="center" android:padding="3dip" android:layout_height="wrap_content" android:orientation="vertical"> - + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf