diff --git a/res/layout/preference_volume_slider.xml b/res/layout/preference_volume_slider.xml index 1d9a8484920..02f0f7007fe 100644 --- a/res/layout/preference_volume_slider.xml +++ b/res/layout/preference_volume_slider.xml @@ -66,8 +66,9 @@ android:layout_gravity="center_vertical" android:paddingStart="0dp" android:paddingEnd="12dp" - android:progressBackgroundTint="@color/settingslib_materialColorOutline" - android:progressTint="@color/settingslib_materialColorPrimaryFixed" + android:thumbTint="@color/seekbar_thumb_tint_color" + android:progressTint="@color/seekbar_progress_tint_color" + android:progressBackgroundTint="@color/seekbar_progress_background_tint_color" android:layout_width="match_parent" android:layout_height="48dp"/> diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index 79949ceb85b..4edb6f43688 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -82,5 +82,9 @@ @color/settingslib_color_charcoal @android:color/system_secondary_dark + + + @android:color/system_accent1_100 + @android:color/system_accent1_100 diff --git a/res/values/colors.xml b/res/values/colors.xml index 73efeb232fa..c9e01e5a612 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -222,4 +222,9 @@ @color/settingslib_color_grey100 @android:color/system_secondary_light + + + @android:color/system_accent1_800 + @android:color/system_accent1_800 + @android:color/system_neutral2_50