Fix dark theme recipients editor font color.

fork-5.53.8
Moxie Marlinspike 2013-06-29 15:34:18 -07:00
rodzic 767d790b3d
commit 7f532fc37f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"/>
<ImageButton android:id="@+id/contacts_button"