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

Only appeared when the RecipientsEditor was in the unselected state.
This commit is contained in:
Moxie Marlinspike 2012-09-07 21:34:29 -07:00
parent f39b8e5fc8
commit 312942439d

View File

@ -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"