Wear Compose alpha10 is out - <https://developer.a...
# compose-wear
j
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.
🦜 11
👍 2
t
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.