commit | e12f583bea64e7bd7e2902be3d0b3f557a66bc76 | [log] [tgz] |
---|---|---|
author | Catherine Liang <cathliang@google.com> | Wed Feb 14 22:36:12 2024 +0000 |
committer | Catherine Liang <cathliang@google.com> | Wed Feb 14 22:39:08 2024 +0000 |
tree | 0ee393e13bbb852b66e106fc6761361fe291163a | |
parent | b3a6ee9d8a820222557f380b75d80dd741f68eb2 [diff] |
Change slider background bar color Flag: NA Bug: 322451723 Test: manually verified Change-Id: I29921aeed39da86d315ef3ca3393adeb4c75e7b9
diff --git a/res/drawable/saturation_progress_drawable.xml b/res/drawable/saturation_progress_drawable.xml index 1461abe..3fe0bdc 100644 --- a/res/drawable/saturation_progress_drawable.xml +++ b/res/drawable/saturation_progress_drawable.xml
@@ -24,7 +24,7 @@ <shape> <size android:height="4dp" /> <corners android:radius="2dp" /> - <solid android:color="@color/system_outline_variant" /> + <solid android:color="@color/system_outline" /> </shape> </inset> </item>