X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/a6a56bae2acae4f69c421fa5b8166a3cd5ebaf9f..2636e07289924b4e2ff6853b4a7d3cbde2a0d149:/res/layout-land/account_setup.xml diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index bff91f5d..d5d6ab0f 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, @@ -20,23 +20,26 @@ - + android:visibility="gone" + android:contentDescription="@string/auth_check_server"/> + @@ -95,6 +112,7 @@ android:onClick="onRefreshClick" android:visibility="gone" android:background="@android:color/transparent" + android:contentDescription="@string/auth_refresh_button" /> @@ -106,7 +124,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/login_text_color" + android:textColorHint="@color/login_text_hint_color" + android:visibility="gone"> + android:textColor="@color/login_text_color" + android:textColorHint="@color/login_text_hint_color" + android:visibility="gone"> @@ -149,7 +177,11 @@ android:layout_height="wrap_content" android:ems="10" android:hint="@string/auth_username" - android:inputType="textNoSuggestions" /> + android:inputType="textNoSuggestions" + android:textColor="@color/login_text_color" + android:textColorHint="@color/login_text_hint_color" + android:contentDescription="@string/auth_username" + /> @@ -177,29 +215,35 @@ -