X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/7160a49e20c34b3ee34105526eed50e124979834..40d8a2b2bb257a74f4e4ac392c3acc3a2853aa4e:/res/layout/account_setup.xml?ds=sidebyside diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 688e525b..6b9ce79f 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,85 @@ android:layout_height="match_parent" android:layout_gravity="center" android:fillViewport="true" - android:orientation="vertical" > + android:orientation="vertical" + android:id="@+id/scroll" + > + android:background="@color/login_logo_background_color" + android:src="@drawable/logo" + android:contentDescription="@string/app_name"/> - + + + + - - - - + + + + + + + + android:text="@string/auth_testing_connection" + android:contentDescription="@string/auth_testing_connection"/> + android:contentDescription="@string/oauth_check_onoff" + /> + android:singleLine="true" + android:inputType="textUri" + android:visibility="gone"> + android:singleLine="true" + android:inputType="textUri" + android:visibility="gone"/> + android:inputType="textNoSuggestions" + android:contentDescription="@string/auth_username" + /> + 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:contentDescription="@string/auth_password" + /> + android:text="@string/auth_unauthorized" + android:contentDescription="@string/auth_unauthorized"/>