From 089978b9053fa984c2a258b4caad010507cfe288 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Tue, 9 Aug 2011 17:57:08 -0700 Subject: [PATCH] Implemented a few of Scott's small UI tweaks --- astrid/res/layout/task_adapter_row.xml | 6 ++++-- astrid/res/values/styles.xml | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/astrid/res/layout/task_adapter_row.xml b/astrid/res/layout/task_adapter_row.xml index 88ba8b16f..18f2604f8 100644 --- a/astrid/res/layout/task_adapter_row.xml +++ b/astrid/res/layout/task_adapter_row.xml @@ -53,7 +53,7 @@ @@ -75,7 +77,7 @@ android:layout_height="wrap_content" android:layout_below="@id/task_row" android:layout_toRightOf="@id/completeBox" - android:layout_marginTop="-1dip" + android:layout_marginTop="-5dip" style="@style/TextAppearance.TAd_ItemDetails" android:visibility="gone" /> diff --git a/astrid/res/values/styles.xml b/astrid/res/values/styles.xml index d9c089c46..4082569fe 100644 --- a/astrid/res/values/styles.xml +++ b/astrid/res/values/styles.xml @@ -149,7 +149,6 @@