X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/ec19a11a385ff21d3e85a94e618d48d8be9ef20d..71fa16de601a571187f2ed89a40ba796dd2fa455:/res/layout-land/account_setup.xml diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index 88b1ab3c..2fcc1d0b 100644 --- a/res/layout-land/account_setup.xml +++ b/res/layout-land/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, @@ -32,13 +32,14 @@ android:orientation="horizontal" > + android:visibility="gone" + android:contentDescription="@string/auth_check_server"/> + android:layout_marginBottom="10dp" + android:textColor="@color/login_text_color" + android:textColorHint="@color/login_text_hint_color" + android:contentDescription="@string/auth_expired_basic_auth_toast"/> @@ -104,6 +111,7 @@ android:onClick="onRefreshClick" android:visibility="gone" android:background="@android:color/transparent" + android:contentDescription="@string/auth_refresh_button" /> @@ -115,7 +123,10 @@ android:drawableLeft="@android:drawable/stat_notify_sync" android:drawablePadding="5dp" android:gravity="center_vertical" - android:text="@string/auth_testing_connection" /> + android:textColor="@color/login_text_color" + android:textColorHint="@color/login_text_hint_color" + android:text="@string/auth_testing_connection" + android:contentDescription="@string/auth_testing_connection"/> + android:textColor="@color/primary" + android:textColorHint="@color/login_text_hint_color" + android:visibility="gone"> + android:textColor="@color/primary" + android:textColorHint="@color/login_text_hint_color" + android:visibility="gone"> @@ -158,7 +176,11 @@ android:layout_height="wrap_content" android:ems="10" android:hint="@string/auth_username" - android:inputType="textNoSuggestions" /> + android:inputType="textNoSuggestions" + android:textColor="@color/primary" + android:textColorHint="@color/login_text_hint_color" + android:contentDescription="@string/auth_username" + /> @@ -193,14 +220,15 @@ android:layout_alignParentBottom="true" android:orientation="vertical" > -