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.xml | 124 +++++++++++++++++++++++++++++++++---------- 1 file changed, 95 insertions(+), 29 deletions(-) (limited to 'res/layout/headlines_row.xml') diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 4b66b747..8b51030d 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -1,45 +1,111 @@ - - - - - - - - + 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