BottomSheet Behavior #339
-
Hello Vladislav, I tried your BottomSheet example, and it works great. Is it possible to achieve the same behavior as shown in the Material documentation? You can find example here. If it is possible, could you provide me with some guidance? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
VladislavAntonyuk
Jul 6, 2023
Replies: 1 comment 2 replies
-
Hello Antonio, take a look at bottomSheetDialog.Behavior. In sample I use FitToContents. You can disable it to allow extending the BottomSheet. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
avukalov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Antonio, take a look at bottomSheetDialog.Behavior. In sample I use FitToContents. You can disable it to allow extending the BottomSheet.