X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/0aeb425885ceccb28b31c9822d52b90656bf9257..97f21ee7beafbf9598c76134a5bcbd92fece47ce:/res/layout/account_setup.xml diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 1a9e2819..e56c117d 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -17,7 +17,6 @@ along with this program. If not, see . --> + android:src="@drawable/owncloud_logo" /> - + android:singleLine="true" + android:inputType="textNoSuggestions" > @@ -113,7 +112,8 @@ android:layout_weight="1" android:ems="10" android:singleLine="true" - android:hint="@string/auth_username" /> + android:hint="@string/auth_username" + android:inputType="textNoSuggestions" /> - + + android:layout_height="wrap_content"> @@ -159,6 +159,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight=".5" + android:onClick="onCancelClick" android:text="@string/common_cancel" />