From d0a400b21b445a72e25b4e966031d1f8012ae7be Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Mon, 6 Feb 2017 16:17:05 -0800 Subject: [PATCH] Update the preference category title text color. Change the title color to colorAccent to be more visible. Change-Id: Ia284fe7a17f3e769ebe97ad87f46b426942c39e8 Fix: 34978404 Test: Visual --- res/layout/preference_category_material_settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/preference_category_material_settings.xml b/res/layout/preference_category_material_settings.xml index 233f54a33df..e9ce9b5241c 100644 --- a/res/layout/preference_category_material_settings.xml +++ b/res/layout/preference_category_material_settings.xml @@ -50,7 +50,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:textAppearance="@android:style/TextAppearance.Material.Body2" - android:textColor="?android:attr/textColorPrimary" + android:textColor="?android:attr/colorAccent" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"/>