From 7f532fc37f8251696d6a420c934098bade31b203 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Sat, 29 Jun 2013 15:34:18 -0700 Subject: [PATCH] Fix dark theme recipients editor font color. --- res/layout/recipients_panel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/recipients_panel.xml b/res/layout/recipients_panel.xml index e11f630acd..9eba274660 100644 --- a/res/layout/recipients_panel.xml +++ b/res/layout/recipients_panel.xml @@ -18,7 +18,7 @@ android:singleLine="true" android:hint="@string/recipients_panel__to" android:paddingRight="45dip" - android:textColor="#000000" + android:textColor="?conversation_editor_text_color" android:layout_width="fill_parent"/>