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-xlarge/headlines_row.xml | 124 +++++++++++++++++------ res/layout-xlarge/headlines_row_selected.xml | 144 +++++++++++++++------------ res/layout-xlarge/headlines_row_unread.xml | 122 +++++++++++++++++------ 3 files changed, 266 insertions(+), 124 deletions(-) (limited to 'res/layout-xlarge') diff --git a/res/layout-xlarge/headlines_row.xml b/res/layout-xlarge/headlines_row.xml index 4b66b747..8b51030d 100644 --- a/res/layout-xlarge/headlines_row.xml +++ b/res/layout-xlarge/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 diff --git a/res/layout-xlarge/headlines_row_selected.xml b/res/layout-xlarge/headlines_row_selected.xml index fa7e7ad0..a8d8d8bd 100644 --- a/res/layout-xlarge/headlines_row_selected.xml +++ b/res/layout-xlarge/headlines_row_selected.xml @@ -4,92 +4,106 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="?headlineSelectedBackground" - android:gravity="center_vertical" - android:orientation="horizontal" > - - - - - - + android:orientation="vertical" > + android:gravity="center_vertical" + android:orientation="horizontal" > - - + android:background="?headlineSeparatorSelected" + android:paddingRight="4dip" /> - + + + - - + android:layout_height="wrap_content" + android:layout_weight="1" + 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 diff --git a/res/layout-xlarge/headlines_row_unread.xml b/res/layout-xlarge/headlines_row_unread.xml index e0aa00cf..65f4a5f4 100644 --- a/res/layout-xlarge/headlines_row_unread.xml +++ b/res/layout-xlarge/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