mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
Remove useless option for colorHint in elements which not need it
This commit is contained in:
parent
43121bb313
commit
ac41c8f0f4
1 changed files with 0 additions and 5 deletions
|
@ -65,7 +65,6 @@
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:layout_marginBottom="10dp"
|
android:layout_marginBottom="10dp"
|
||||||
android:textColor="@color/login_text_color"
|
android:textColor="@color/login_text_color"
|
||||||
android:textColorHint="@color/login_text_hint_color"
|
|
||||||
android:contentDescription="@string/auth_expired_basic_auth_toast"/>
|
android:contentDescription="@string/auth_expired_basic_auth_toast"/>
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
|
@ -113,7 +112,6 @@
|
||||||
android:drawablePadding="5dp"
|
android:drawablePadding="5dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:textColor="@color/login_text_color"
|
android:textColor="@color/login_text_color"
|
||||||
android:textColorHint="@color/login_text_hint_color"
|
|
||||||
android:text="@string/auth_testing_connection"
|
android:text="@string/auth_testing_connection"
|
||||||
android:minHeight="32dp"
|
android:minHeight="32dp"
|
||||||
android:contentDescription="@string/auth_testing_connection"/>
|
android:contentDescription="@string/auth_testing_connection"/>
|
||||||
|
@ -127,7 +125,6 @@
|
||||||
android:text="@string/oauth_check_onoff"
|
android:text="@string/oauth_check_onoff"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="@color/primary"
|
android:textColor="@color/primary"
|
||||||
android:textColorHint="@color/login_text_hint_color"
|
|
||||||
android:contentDescription="@string/oauth_check_onoff"
|
android:contentDescription="@string/oauth_check_onoff"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -193,7 +190,6 @@
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:text="@string/auth_unauthorized"
|
android:text="@string/auth_unauthorized"
|
||||||
android:textColor="@color/login_text_color"
|
android:textColor="@color/login_text_color"
|
||||||
android:textColorHint="@color/login_text_hint_color"
|
|
||||||
android:contentDescription="@string/auth_unauthorized"/>
|
android:contentDescription="@string/auth_unauthorized"/>
|
||||||
|
|
||||||
<android.support.v7.widget.AppCompatButton
|
<android.support.v7.widget.AppCompatButton
|
||||||
|
@ -222,7 +218,6 @@
|
||||||
android:paddingTop="5dp"
|
android:paddingTop="5dp"
|
||||||
android:text="@string/auth_register"
|
android:text="@string/auth_register"
|
||||||
android:textColor="@color/login_text_color"
|
android:textColor="@color/login_text_color"
|
||||||
android:textColorHint="@color/login_text_hint_color"
|
|
||||||
android:contentDescription="@string/auth_register"/>
|
android:contentDescription="@string/auth_register"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in a new issue