Status Update
Comments
ni...@rada.no <ni...@rada.no> #2
Seeing the same issue in ModalBottomSheet from material3-android -> 1.4.0-alpha05
.
ni...@rada.no <ni...@rada.no> #4
This is due to new motionScheme property. Previously the bug was fixed by using tween animation and starting from 1.4 spring is used again.
vi...@google.com <vi...@google.com>
ap...@google.com <ap...@google.com> #5
We can either use an "effects" motion, which is not bouncy and will not cause the animation values over or under 1 and -1.
But I recall we have taken care of this problem specifically for this this component at
A few questions for the reporter:
- Can you provide some code to replicate it.
- Did you make changes to the MotionScheme default values? Did you pick
standard
orexpressive
as a motion scheme in the MaterialTheme?
Thanks
Description
Seems to be introduced in 1.3.0 of androidx.compose.material3:material3.
1. As the height of LinearProgressIndicator increases, the width of the progressbar decreases. Se the attached images where height is default, 100dp, 200dp and 500dp.
2. There is a dot at the end of the canvas. This is impossible to remove and it gets its color from the progress indicator color.