res/layout/create_account.xml
changeset 996 476e8690b0ea
parent 995 6318bee856fd
child 1009 c76a6e4b37cf
--- 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>