--- a/res/layout/create_account.xml Sat Sep 29 04:47:42 2012 +0200
+++ b/res/layout/create_account.xml Sat Sep 29 05:22:11 2012 +0200
@@ -39,6 +39,7 @@
android:minWidth="160dp"
android:gravity="left"
android:hint="beem-project.com"
+ android:completionThreshold="1"
android:inputType="textNoSuggestions"
style="?android:attr/dropDownSpinnerStyle"/>
</LinearLayout>
@@ -61,6 +62,7 @@
<TextView android:id="@+id/error_label"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:textColor="@color/red" android:textStyle="bold"
+ android:inputType="textMultiLine"
style="@style/Label"/>
</LinearLayout>
</ScrollView>