X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/3929f1e740cc2c3b058ef704455f5e243fa1a6fd..88eca70dbf417507da2f4c6ae0aa024ba794a9fe:/res/layout/account_setup.xml
diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml
index 1e587645..3a8655fa 100644
--- a/res/layout/account_setup.xml
+++ b/res/layout/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,
@@ -35,22 +35,22 @@
android:padding="8dp" >
-
@@ -63,13 +63,15 @@
android:text="@string/auth_expired_basic_auth_toast"
android:visibility="gone"
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"/>
+ >
@@ -128,6 +136,7 @@
android:layout_height="wrap_content"
android:ems="10"
android:enabled="false"
+ android:textColorHint="@color/login_text_hint_color"
android:text="@string/oauth2_url_endpoint_auth"
android:singleLine="true"
android:inputType="textUri"
@@ -143,6 +152,7 @@
android:text="@string/oauth2_url_endpoint_access"
android:singleLine="true"
android:inputType="textUri"
+ android:textColorHint="@color/login_text_hint_color"
android:visibility="gone"/>
+ />
@@ -175,15 +187,18 @@
android:drawablePadding="5dp"
android:gravity="center_vertical"
android:text="@string/auth_unauthorized"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:contentDescription="@string/auth_unauthorized"/>
-
@@ -196,7 +211,8 @@
android:paddingBottom="5dp"
android:paddingTop="5dp"
android:text="@string/auth_register"
- android:textColor="#0000FF"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:contentDescription="@string/auth_register"/>