Fixed RecipientsPanel white-on-white weirdness for Android <= 2.3.

Only appeared when the RecipientsEditor was in the unselected state.
pull/1/head
Moxie Marlinspike 13 years ago
parent f39b8e5fc8
commit 312942439d

@ -18,6 +18,7 @@
android:singleLine="true"
android:hint="@string/to"
android:paddingRight="45dip"
android:textColor="#000000"
android:layout_width="fill_parent"/>
<ImageButton android:id="@+id/contacts_button"

Loading…
Cancel
Save