How to specify the max of a LinearProgressIndicato...
# compose
p
How to specify the max of a LinearProgressIndicator ? can't find it in the documentation. I need to specify that max is 50... should be a property called max like before compose, but is not in the documentation.
c
calculate it yourself. the
progress
value is as float between 0 and 1 https://developer.android.com/develop/ui/compose/components/progress#api
p
yep, wow, thank you 🤦‍♂️