From 8ce6cf58fa2d8e0cacc5b66cd02ccdc74e32b6dd Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Wed, 6 Oct 2021 16:58:48 +0530 Subject: [PATCH] Fixed Preference title tint for MD3 --- app/src/main/res/layout/list_item_view_switch.xml | 2 +- .../res/layout/list_item_view_switch_no_title.xml | 2 +- .../code/name/monkey/appthemehelper/ThemeStore.kt | 4 ++++ .../monkey/appthemehelper/ThemeStorePrefKeys.kt | 2 ++ .../common/views/ATEAccentTextView.kt | 13 +++++++++++-- .../appthemehelper/common}/views/ATESwitch.kt | 11 ++++++----- .../res/layout/ate_preference_switch_support.xml | 2 +- .../src/main/res/values-night-v31/colors.xml | 0 .../src/main/res/values-v31/colors.xml | 2 +- 9 files changed, 27 insertions(+), 11 deletions(-) rename {app/src/main/java/code/name/monkey/retromusic => appthemehelper/src/main/java/code/name/monkey/appthemehelper/common}/views/ATESwitch.kt (72%) rename {app => appthemehelper}/src/main/res/values-night-v31/colors.xml (100%) rename {app => appthemehelper}/src/main/res/values-v31/colors.xml (90%) mode change 100644 => 100755 diff --git a/app/src/main/res/layout/list_item_view_switch.xml b/app/src/main/res/layout/list_item_view_switch.xml index 70a8f401..a536b1fa 100644 --- a/app/src/main/res/layout/list_item_view_switch.xml +++ b/app/src/main/res/layout/list_item_view_switch.xml @@ -72,7 +72,7 @@ android:orientation="vertical" app:layout_constraintGuide_begin="@dimen/list_pref_guideline_begin" /> - - - @android:color/system_accent1_600 - \ No newline at end of file +