https://kotlinlang.org logo
Title
j

John Nichol

11/03/2021, 6:35 PM
Wear Compose alpha10 is out - https://developer.android.com/jetpack/androidx/releases/wear-compose#1.0.0-alpha10. Only a week since the last alpha we released at Android Dev Summit, but it includes a new InlineSlider component and some improvements to SwipeDismissNavHost.
:party-parrot: 11
👍 2
t

Thomas

11/03/2021, 11:51 PM
Awesome! The
InlineSlider
is working really good in my project.
One suggestion I have is the ability to specify a gradient (Brush) for the
InlineSlider
background. Something similar to the chips. For example, I would like something like this screenshot. For now I found a workaround by drawing the background behind the slider and setting the slider background to transparent.