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.xml | 203 ++++++++++++++++++++++--------------------- 1 file changed, 105 insertions(+), 98 deletions(-) (limited to 'res/layout/headlines_row.xml') diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index c8a9a0e7..c4ea2c76 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -1,126 +1,133 @@ - + android:paddingTop="6dp" + android:paddingLeft="6dp" + android:paddingRight="6dp" > + android:layout_height="match_parent" + android:background="?headlineNormalBackground" + 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="?headlineExcerptTextColor" + 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