X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/7160a49e20c34b3ee34105526eed50e124979834..b9eaffd:/res/layout/account_setup.xml diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 688e525b..e3321f94 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -22,12 +22,14 @@ android:layout_height="match_parent" android:layout_gravity="center" android:fillViewport="true" - android:orientation="vertical" > + android:orientation="vertical" + android:id="@+id/scroll" + > @@ -38,21 +40,62 @@ android:layout_height="wrap_content" android:layout_marginBottom="10dp" android:layout_marginTop="10dp" + android:background="@color/login_logo_background_color" android:src="@drawable/logo" /> - + + + + - - - - + + + + + + + + /> @@ -88,9 +132,10 @@ 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:inputType="textNoSuggestions" + /> + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:drawablePadding="5dp" + android:ems="10" + android:hint="@string/auth_password" + android:inputType="textPassword" + /> + android:text="@string/setup_btn_connect" />