From 54c135b6a245a8c8fa80731cd4bb6ea54fbc9b87 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Wed, 15 Aug 2012 16:37:38 +0200 Subject: Fixed width of TextViews in Feedlist --- res/layout/feedlist_item.xml | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) (limited to 'res') diff --git a/res/layout/feedlist_item.xml b/res/layout/feedlist_item.xml index 4f90d3d74..070d214c1 100644 --- a/res/layout/feedlist_item.xml +++ b/res/layout/feedlist_item.xml @@ -3,33 +3,40 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="4dp" - android:paddingTop="4dp" - android:paddingRight="16dp"> - - + android:paddingRight="16dp" + android:paddingTop="4dp" > - + + + android:textColor="@color/gray" + android:textStyle="italic" /> - - \ No newline at end of file -- cgit v1.2.3