From 6a397ef34d3f0ff54867f1edccab340b72b191ce Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 8 Sep 2013 20:33:46 +0400 Subject: make ui more ~cards~ like, simplify some drawables --- res/layout/headlines_row_selected_unread.xml | 201 ++++++++++++++------------- 1 file changed, 104 insertions(+), 97 deletions(-) (limited to 'res/layout/headlines_row_selected_unread.xml') diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml index 506fcbba..3cc7cbd9 100644 --- a/res/layout/headlines_row_selected_unread.xml +++ b/res/layout/headlines_row_selected_unread.xml @@ -1,127 +1,134 @@ - + android:layout_height="match_parent" + android:background="?headlineSelectedBackground" + android:orientation="vertical" + android:padding="6dp" > - - - - + android:orientation="horizontal" + android:paddingLeft="6dp" > - + + - + android:orientation="horizontal" > - - + - + - + + + android:paddingLeft="6dp" + android:text="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." + android:textColor="?headlineSelectedExcerptTextColor" + android:textSize="13sp" /> - + android:gravity="center_vertical" + android:paddingLeft="6dp" > - + - + + + + + + - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3-54-g00ecf