Skip to content

Commit

Permalink
[Slider] Fix ripple not transparent on API 33
Browse files Browse the repository at this point in the history
Resolves #4007

GIT_ORIGIN_REV_ID=e5d24cf5a8a4faada09538f566f51e3a26316052
PiperOrigin-RevId: 603425262
  • Loading branch information
manabu-nakamura authored and raajkumars committed Feb 2, 2024
1 parent 5688027 commit 4430bbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</style>

<style name="Widget.Material3.Slider" parent="Widget.MaterialComponents.Slider">
<item name="haloColor">@android:color/transparent</item>
<item name="haloColor">#00FFFFFF</item>
<item name="labelStyle">@style/Widget.Material3.Slider.Label</item>
<item name="thumbColor">@color/m3_slider_thumb_color</item>
<item name="tickColorActive">@color/m3_slider_inactive_track_color</item>
Expand Down

0 comments on commit 4430bbb

Please sign in to comment.