From 3ebd9d3235e4b5f4ae335ad7e16ca5b7324437e4 Mon Sep 17 00:00:00 2001 From: Jim Baca Date: Sun, 20 May 2012 08:20:13 -0700 Subject: [PATCH] Fixing layout where long task titles would overlap the date field. --- res/layout/list_item.xml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) mode change 100644 => 100755 res/layout/list_item.xml diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml old mode 100644 new mode 100755 index 547bfa8..d6c3cca --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -6,28 +6,27 @@ android:paddingLeft="6dip" android:paddingRight="6dip" android:paddingTop="10dip" - android:paddingBottom="10dip" + android:paddingBottom="10dip" android:weightSum="1" > - - - + + \ No newline at end of file