X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/ac32e8411a1ad9fef2681842b059f6d1820a9f43..b9eaffd:/res/layout-land/account_setup.xml diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index b8b8b534..88b1ab3c 100644 --- a/res/layout-land/account_setup.xml +++ b/res/layout-land/account_setup.xml @@ -20,13 +20,14 @@ @@ -36,6 +37,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:layout_gravity="center" + android:background="@color/login_logo_background_color" android:src="@drawable/logo" /> @@ -43,6 +45,7 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" + android:id="@+id/scroll" android:fillViewport="true" android:orientation="vertical" > @@ -50,22 +53,59 @@ android:id="@+id/LinearLayout1" android:layout_width="match_parent" android:layout_height="wrap_content" - android:focusable="true" android:gravity="center" android:orientation="vertical" android:padding="8dp" > - - + + - - + android:layout_marginBottom="10dp" + > + + + + + - - - - - - - + android:ems="10" + android:hint="@string/auth_password" + android:inputType="textPassword" + android:drawablePadding="5dp" + /> + -