From 312942439d185833d509b691cc1eee693770c582 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Fri, 7 Sep 2012 21:34:29 -0700 Subject: [PATCH] Fixed RecipientsPanel white-on-white weirdness for Android <= 2.3. Only appeared when the RecipientsEditor was in the unselected state. --- res/layout/recipients_panel.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/recipients_panel.xml b/res/layout/recipients_panel.xml index 55133be7e5..5df432ade0 100644 --- a/res/layout/recipients_panel.xml +++ b/res/layout/recipients_panel.xml @@ -18,6 +18,7 @@ android:singleLine="true" android:hint="@string/to" android:paddingRight="45dip" + android:textColor="#000000" android:layout_width="fill_parent"/>