X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/3929f1e740cc2c3b058ef704455f5e243fa1a6fd..71fa16de601a571187f2ed89a40ba796dd2fa455:/res/layout-land/account_setup.xml diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index 91707820..2fcc1d0b 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" > @@ -76,6 +75,8 @@ 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"/> @@ -120,6 +123,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 +135,8 @@ android:checked="false" android:onClick="onCheckClick" android:text="@string/oauth_check_onoff" + android:textColor="@color/primary" + android:textColorHint="@color/login_text_hint_color" android:textAppearance="?android:attr/textAppearanceSmall" android:contentDescription="@string/oauth_check_onoff" /> @@ -143,6 +150,8 @@ android:text="@string/oauth2_url_endpoint_auth" android:singleLine="true" android:inputType="textUri" + android:textColor="@color/primary" + android:textColorHint="@color/login_text_hint_color" android:visibility="gone"> @@ -155,6 +164,8 @@ android:text="@string/oauth2_url_endpoint_access" android:singleLine="true" android:inputType="textUri" + android:textColor="@color/primary" + android:textColorHint="@color/login_text_hint_color" android:visibility="gone"> @@ -166,7 +177,10 @@ android:ems="10" android:hint="@string/auth_username" android:inputType="textNoSuggestions" - android:contentDescription="@string/auth_username"/> + android:textColor="@color/primary" + android:textColorHint="@color/login_text_hint_color" + android:contentDescription="@string/auth_username" + /> @@ -203,13 +220,13 @@ android:layout_alignParentBottom="true" android:orientation="vertical" > -