Alexander Black
03/10/2022, 11:28 PMRangeSlider
if you constrain its width it doesn’t render the second range button, because it goes outside of that space. Also if you don’t set Modifier.fillMaxWidth(0.85f)
it will push anything after it out of view which I’m pretty sure is not the intended behaviour. I’m using Compose 1.1.1. Also if you constrain the max width the progress indication get’s really wacky.