From 9434d26237f875cff7381937bb4c2e0abd602052 Mon Sep 17 00:00:00 2001 From: Sunny Shao Date: Fri, 27 Sep 2019 13:16:44 +0800 Subject: [PATCH] Update the color of the preference category Use the new attribute preferenceCategoryTitleTextColor to change the color of the preference category. Bug: 117402186 Test: manual view Change-Id: If2df5529a63ff9cd96f242a9ea5f3dac053b0fd2 --- res/values/styles_preference.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/values/styles_preference.xml b/res/values/styles_preference.xml index 1f4421f245..3e6f772370 100644 --- a/res/values/styles_preference.xml +++ b/res/values/styles_preference.xml @@ -27,6 +27,8 @@ @style/TwoStateButtonPreference @style/TextAppearance.CategoryTitle + + ?android:attr/textColorSecondary @style/SettingsPreferenceFragmentStyle -- 2.11.0