Merge "[Physical Keyboard] Update seekbars" into main

This commit is contained in:
Shaowei Shen
2025-03-12 08:46:59 -07:00
committed by Android (Google) Code Review
6 changed files with 56 additions and 50 deletions

View File

@@ -275,8 +275,4 @@
<color name="seekbar_thumb_tint_color">@android:color/system_accent1_800</color>
<color name="seekbar_progress_tint_color">@android:color/system_accent1_800</color>
<color name="seekbar_progress_background_tint_color">@android:color/system_neutral2_50</color>
<!-- Keyboard a11y input dialog -->
<color name="input_dialog_slider_progress">@android:color/system_on_primary_dark</color>
<color name="input_dialog_slider_progress_background">@android:color/system_outline_light</color>
</resources>