From 63b80cc9c9c58c69c89961de6e484d62257b7713 Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Wed, 22 Jan 2025 20:09:53 +0000 Subject: [PATCH] Customize the color of seekbar Bug: 317163103 Test: visual test Flag: EXEMPT style update Change-Id: Iacfec5f1ad4a65b2d0afb75b5b28016f89a21b43 --- res/layout/preference_volume_slider.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/layout/preference_volume_slider.xml b/res/layout/preference_volume_slider.xml index 50095f4f188..1d9a8484920 100644 --- a/res/layout/preference_volume_slider.xml +++ b/res/layout/preference_volume_slider.xml @@ -66,6 +66,8 @@ android:layout_gravity="center_vertical" android:paddingStart="0dp" android:paddingEnd="12dp" + android:progressBackgroundTint="@color/settingslib_materialColorOutline" + android:progressTint="@color/settingslib_materialColorPrimaryFixed" android:layout_width="match_parent" android:layout_height="48dp"/>