summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
author Mill Chen <millchen@google.com> 2025-03-18 10:29:41 +0000
committer Mill Chen <millchen@google.com> 2025-03-18 12:06:23 +0000
commitb6fba4dc4a6e4f7badbcd7fd4a4bb414b81ea804 (patch)
treefe4324bd5215c030d62172f2a99bd1ee7f9ec513 /res
parent998eea695725995491b6d84619dd6d8324593645 (diff)
Remove tint color from seekbar
Bug: 317163103 Test: visual test Flag: EXEMPT bugfix Change-Id: Iea9389931bc3669d3138c70f47ee4dd286f1207e
Diffstat (limited to 'res')
-rw-r--r--res/layout/preference_volume_slider.xml3
-rw-r--r--res/values-night/colors.xml5
-rw-r--r--res/values/colors.xml5
3 files changed, 2 insertions, 11 deletions
diff --git a/res/layout/preference_volume_slider.xml b/res/layout/preference_volume_slider.xml
index 02f0f7007fe..50095f4f188 100644
--- a/res/layout/preference_volume_slider.xml
+++ b/res/layout/preference_volume_slider.xml
@@ -66,9 +66,6 @@
android:layout_gravity="center_vertical"
android:paddingStart="0dp"
android:paddingEnd="12dp"
- 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 4d0f7abee5d..53d2e9bc13e 100644
--- a/res/values-night/colors.xml
+++ b/res/values-night/colors.xml
@@ -91,8 +91,7 @@
<color name="display_topology_background_color">@color/settingslib_color_charcoal</color>
<color name="system_secondary">@android:color/system_secondary_dark</color>
- <!-- Volume seekbar colors -->
- <color name="seekbar_thumb_tint_color">@android:color/system_accent1_100</color>
- <color name="seekbar_progress_tint_color">@android:color/system_accent1_100</color>
+ <!-- Keyboard a11y input dialog -->
+ <color name="input_dialog_slider_progress">@android:color/system_on_primary_container_dark</color>
</resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 9c9a29c79f9..e9f1ee75b3a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -270,9 +270,4 @@
<!-- Connected displays -->
<color name="display_topology_background_color">@color/settingslib_color_grey100</color>
<color name="system_secondary">@android:color/system_secondary_light</color>
-
- <!-- Volume seekbar colors -->
- <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>
</resources>