X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/6d4207a06bfa0a1bb19b8d5942b799dadfbbe608..88eca70dbf417507da2f4c6ae0aa024ba794a9fe:/res/layout/account_setup.xml
diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml
index 1f712ee8..3a8655fa 100644
--- a/res/layout/account_setup.xml
+++ b/res/layout/account_setup.xml
@@ -38,19 +38,19 @@
android:id="@+id/thumbnail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
+ android:layout_marginBottom="20dp"
android:layout_marginTop="10dp"
android:background="@color/login_logo_background_color"
android:src="@drawable/logo"
android:contentDescription="@string/app_name"/>
-
@@ -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"/>