From 1fec72cf4ae441e6fd87d981412752abdd163690 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Nov 2011 16:05:03 +0300 Subject: implement combined article display mode (closes #399) --- res/layout/headlines_row_unread.xml | 122 +++++++++++++++++++++++++++--------- 1 file changed, 92 insertions(+), 30 deletions(-) (limited to 'res/layout/headlines_row_unread.xml') diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index e0aa00cf..65f4a5f4 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -1,47 +1,109 @@ - - - - - - + android:orientation="vertical" > + + + + + + + + + + + + + + + - - - + + android:orientation="vertical" + android:padding="3dip" > - - + android:text="Jan 01" + android:textColor="#909090" + android:textSize="13sp" > + - - + android:gravity="center" + android:paddingRight="2sp" > + + + + + + + - - + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf