From: Andy Scherzinger Date: Wed, 21 Oct 2015 09:31:58 +0000 (+0200) Subject: removed primary color usage for textColor of the input fields on the loginscreen X-Git-Tag: oc-android-1.9^2~44^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/dffd81e00cfe3cb843411a4753a76ecf7a923b5f?ds=inline;hp=-c removed primary color usage for textColor of the input fields on the loginscreen --- dffd81e00cfe3cb843411a4753a76ecf7a923b5f diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index 477011d9..347568eb 100644 --- a/res/layout-land/account_setup.xml +++ b/res/layout-land/account_setup.xml @@ -95,7 +95,6 @@ android:inputType="textUri" android:drawablePadding="5dp" android:paddingRight="55dp" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:contentDescription="@string/auth_host_address" > @@ -153,7 +152,6 @@ 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"> @@ -167,7 +165,6 @@ 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"> @@ -180,7 +177,6 @@ android:ems="10" android:hint="@string/auth_username" android:inputType="textNoSuggestions" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:contentDescription="@string/auth_username" /> @@ -193,7 +189,6 @@ android:hint="@string/auth_password" android:inputType="textPassword" android:drawablePadding="5dp" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" /> diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 876d834c..3a8655fa 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -82,7 +82,6 @@ android:inputType="textUri" android:drawablePadding="5dp" android:paddingRight="55dp" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:contentDescription="@string/auth_host_address" > @@ -137,7 +136,6 @@ android:layout_height="wrap_content" android:ems="10" android:enabled="false" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:text="@string/oauth2_url_endpoint_auth" android:singleLine="true" @@ -154,7 +152,6 @@ 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"/> @@ -165,7 +162,6 @@ android:ems="10" android:hint="@string/auth_username" android:inputType="textNoSuggestions" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:contentDescription="@string/auth_username" /> @@ -178,7 +174,6 @@ android:ems="10" android:hint="@string/auth_password" android:inputType="textPassword" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:contentDescription="@string/auth_password" />