From 29ba7c317078fef79393b10c07f32e49015c88ff Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Mon, 27 Aug 2012 17:22:28 -0700 Subject: [PATCH] Increase the clickable area of the completion box --- astrid/res/layout/task_adapter_row.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/res/layout/task_adapter_row.xml b/astrid/res/layout/task_adapter_row.xml index 2f3d66d7a..c9c57d279 100644 --- a/astrid/res/layout/task_adapter_row.xml +++ b/astrid/res/layout/task_adapter_row.xml @@ -53,7 +53,7 @@ android:layout_width="45dip" android:layout_marginLeft="4dip" android:layout_height="wrap_content" - android:minHeight="30dip" + android:minHeight="45dip" android:scaleType="center" android:gravity="center" android:layout_centerVertical="true" />