X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/02d08d0f81ba408aef027c08f9f9bfbb26fe3dca..4849affc6f7804623d649939204c50e999f9cc90:/res/layout/account_setup.xml diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index a218fa97..a0d5470e 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" + > @@ -40,19 +42,59 @@ android:layout_marginTop="10dp" android:src="@drawable/logo" /> - + + + + - - - - + + + + + + + + /> @@ -88,9 +131,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:inputType="textPassword" + /> -