summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimi <timi.rautamaki@gmail.com>2021-01-06 15:35:05 +0100
committerTimi <timi.rautamaki@gmail.com>2021-01-06 15:35:22 +0100
commit5f2579010f2ed6769ba3c01c61242ecdfaecfeff (patch)
treee0400d90941c5b21b4e5a6fe9768db90202b478a
parent63e9bd1f2108225adcc3bbff1a619f15ff8e51d7 (diff)
LineageParts: update preference category title text color
* Update preference category title text color from colorAccent to textColorSecondary to match AOSP titles Change-Id: I8747dc98077d5247b54d7f90e267448cbedc45ab Signed-off-by: Timi <timi.rautamaki@gmail.com>
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c9c5cdb..f2bd2e4 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -64,6 +64,7 @@
<style name="PreferenceTheme" parent="@style/PreferenceThemeOverlay.SettingsBase">
<item name="preferenceCategoryTitleTextAppearance">@style/TextAppearance.CategoryTitle
</item>
+ <item name="preferenceCategoryTitleTextColor">?android:attr/textColorSecondary</item>
</style>
<style name="PreferenceHeaderPanelSinglePane">