X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/6e2949f6816e2cb8a33cd2114a1c6cabd5371dfe..55f2bd23e6e0464ec68f3bd6beb43ae72b30b717:/res/layout/account_setup.xml diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 45efab16..9a325ee8 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -40,19 +40,50 @@ android:layout_marginTop="10dp" android:src="@drawable/logo" /> - + + - - - - + + + + + + + + /> @@ -88,41 +120,46 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:ems="10" - android:inputType="textUri" - android:singleLine="true" + android:enabled="false" android:text="@string/oauth2_url_endpoint_access" + android:singleLine="true" + android:inputType="textUri" android:visibility="gone" /> + android:hint="@string/auth_account_name" + android:inputType="textNoSuggestions" + android:visibility="gone" /> + + - - - - - - + android:layout_height="wrap_content" + android:ems="10" + android:hint="@string/auth_username" + android:inputType="textNoSuggestions" + /> + +