X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/3929f1e740cc2c3b058ef704455f5e243fa1a6fd..2636e07289924b4e2ff6853b4a7d3cbde2a0d149:/res/layout-land/account_setup.xml
diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml
index 91707820..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,
@@ -32,7 +32,7 @@
android:orientation="horizontal" >
@@ -120,6 +124,8 @@
android:drawableLeft="@android:drawable/stat_notify_sync"
android:drawablePadding="5dp"
android:gravity="center_vertical"
+ 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"/>
@@ -130,6 +136,8 @@
android:checked="false"
android:onClick="onCheckClick"
android:text="@string/oauth_check_onoff"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:textAppearance="?android:attr/textAppearanceSmall"
android:contentDescription="@string/oauth_check_onoff"
/>
@@ -143,6 +151,8 @@
android:text="@string/oauth2_url_endpoint_auth"
android:singleLine="true"
android:inputType="textUri"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:visibility="gone">
@@ -155,6 +165,8 @@
android:text="@string/oauth2_url_endpoint_access"
android:singleLine="true"
android:inputType="textUri"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:visibility="gone">
@@ -166,7 +178,10 @@
android:ems="10"
android:hint="@string/auth_username"
android:inputType="textNoSuggestions"
- android:contentDescription="@string/auth_username"/>
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
+ android:contentDescription="@string/auth_username"
+ />
@@ -187,6 +204,8 @@
android:text="@string/auth_unauthorized"
android:drawableLeft="@android:drawable/stat_notify_sync"
android:drawablePadding="5dip"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:contentDescription="@string/auth_unauthorized"
/>
@@ -223,7 +242,7 @@
android:paddingBottom="5dp"
android:paddingTop="5dp"
android:text="@string/auth_register"
- android:textColor="#0000FF"
+ android:textColor="@color/login_text_color"
android:contentDescription="@string/auth_register"/>