X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/69b527c39d82546f053d7ef2b9a1f094f1b4a94e..b9eaffd:/res/layout/account_setup.xml diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 01593faa..e3321f94 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -17,24 +17,22 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . --> - + android:orientation="vertical" + android:padding="8dp" > - + + + + - - - - + + + + + + + + /> @@ -92,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" />