From 0d734fba0533bbac30748a66e0079cb6d87f16cd Mon Sep 17 00:00:00 2001 From: Roman Romanov Date: Mon, 31 Oct 2016 12:44:11 +0400 Subject: [PATCH] [android] Fix profile verified changes text color. --- android/res/layout/fragment_auth_editor.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/android/res/layout/fragment_auth_editor.xml b/android/res/layout/fragment_auth_editor.xml index a3a8663b5c..0aa98cb564 100644 --- a/android/res/layout/fragment_auth_editor.xml +++ b/android/res/layout/fragment_auth_editor.xml @@ -66,7 +66,8 @@ android:layout_height="wrap_content" android:gravity="center" android:text="@string/editor_profile_changes" - android:textAppearance="@style/MwmTextAppearance.Body1.Light" + android:textAppearance="@style/MwmTextAppearance.Body1" + android:textColor="@color/white_primary" android:textStyle="bold"/>