You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a bottom sheet has rounded courners it will animate its to sharp state if the sheet is fully expanded.
But I believe it should keep rounded corners if it height is smaller than the screen height and fit contents is true.
So we can see a nice rounded bottom sheet with a small menu for example.
The text was updated successfully, but these errors were encountered:
I have found a nice method BottomSheetBehavior::disableShapeAnimations() which is marked as LIBRARY_GROUP. It can do the trick as well but we need to get it as public.
If a bottom sheet has rounded courners it will animate its to sharp state if the sheet is fully expanded.
But I believe it should keep rounded corners if it height is smaller than the screen height and fit contents is true.
So we can see a nice rounded bottom sheet with a small menu for example.
The text was updated successfully, but these errors were encountered: