From 71f071e363b4de29c046e8c344e18e1b94278fb7 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Tue, 6 Mar 2012 22:42:35 -0800 Subject: [PATCH] Fixed text color issue when adding lists from task edit --- astrid/res/layout/tag_edit_row.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/astrid/res/layout/tag_edit_row.xml b/astrid/res/layout/tag_edit_row.xml index 837a45c4e..63fc849bb 100644 --- a/astrid/res/layout/tag_edit_row.xml +++ b/astrid/res/layout/tag_edit_row.xml @@ -22,6 +22,7 @@ android:hint="@string/TEA_tag_hint" android:layout_width="fill_parent" android:layout_height="wrap_content" + android:textColor="@android:color/black" android:layout_weight="1" android:layout_gravity="center_vertical"/>