X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/63a3522ab7c8940ccc48be09e2247f86cbf60598..b3147346eb3ee5befbbb1cec025eb4c0892feb7e:/res/layout/account_setup.xml diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index a218fa97..830dd55e 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -3,7 +3,7 @@ ownCloud Android client application Copyright (C) 2012 Bartek Przybylski - Copyright (C) 2012-2013 ownCloud Inc. + Copyright (C) 2015 ownCloud Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, @@ -22,37 +22,80 @@ android:layout_height="match_parent" android:layout_gravity="center" android:fillViewport="true" - android:orientation="vertical" > + android:orientation="vertical" + android:id="@+id/scroll" + > - + + + + - - - - + + + + + + + + /> @@ -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:inputType="textPassword" + /> + android:text="@string/setup_btn_connect" />