Styling seekbar color for Accessibility

Bug: 317163103
Test: visual test
Flag: EXEMPT style update
Change-Id: I5fc685d8bf5f7e67f6f1876db2f8885e5f2151c7
This commit is contained in:
Mill Chen
2025-02-13 09:17:11 +00:00
parent a000daad53
commit 8485f0e8f2
3 changed files with 12 additions and 2 deletions

View File

@@ -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"/>