Moritz Post

Results 110 comments of Moritz Post

Since cordova plugins do not work out of the box, i will reopen this issue.

We can confirm this behavior change. With the migration to material components `ProgressIndicator`, this behavior is not available by default. We will attempt to reinstate it.

We would need to check cross platform. Would good to be achievable with `cornerRadius` which is currently not the case.

In general since the `ProgressBar` is a pretty simple widget two nested composites could be used. In that case the `cornerRadius` could be used as well.

I have opened an issue on the material components library to reinstate the ability to control the height with layout data. See https://github.com/material-components/material-components-android/issues/1491

> > In general since the `ProgressBar` is a pretty simple widget two nested composites could be used. In that case the `cornerRadius` could be used as well. > >...

This will also allow you to use the `cornerRadius` btw.

That is very likely. It is the same widget in the material components library.

As stated by the material components library team, they want to revisit the sizing topic of the `ProgressIndicator`. See https://github.com/material-components/material-components-android/issues/1491#issuecomment-661147066

Fyi, if you set the tabris property `maxLines` we truncated with `END` on android.