Merge "Update the color of the preference category"

This commit is contained in:
TreeHugger Robot
2019-09-27 23:54:07 +00:00
committed by Android (Google) Code Review

View File

@@ -27,6 +27,8 @@
<item name="twoStateButtonPreferenceStyle">@style/TwoStateButtonPreference</item>
<item name="preferenceCategoryTitleTextAppearance">@style/TextAppearance.CategoryTitle
</item>
<!-- For preference category color -->
<item name="preferenceCategoryTitleTextColor">?android:attr/textColorSecondary</item>
<item name="preferenceFragmentCompatStyle">@style/SettingsPreferenceFragmentStyle</item>
</style>