X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/15d22fa7d6aabc3baa5f88aa02a0b85ccb9a71bd..2636e07289924b4e2ff6853b4a7d3cbde2a0d149:/res/layout-land/account_setup.xml
diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml
index 1025bcff..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,
@@ -27,18 +27,19 @@
+ 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 +112,7 @@
android:onClick="onRefreshClick"
android:visibility="gone"
android:background="@android:color/transparent"
+ android:contentDescription="@string/auth_refresh_button"
/>
@@ -115,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">
@@ -158,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"
+ />
@@ -186,27 +215,35 @@
-
-
-
-
+
+
+
+
+
+
+