maxkeppeler / sheets

⭐ ‎‎‎‏‏‎ ‎Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project. Includes many ways to customize sheets.
https://maxkeppeler.github.io/sheets/
Apache License 2.0
923 stars 77 forks source link

Positive and negative buttons get pushed out of the screen using OptionsSheet. #26

Closed puntogris closed 3 years ago

puntogris commented 3 years ago

Describe the bug When adding an amount of options in OptionsSheet that will cover the screen in DisplayMode.LIST ( it's like 11 for me), the positive and negative buttons get pushed out of the screen.

Library Version: 1.1.2

maxkeppeler commented 3 years ago

For the available bottom sheets with adapters, using a constrained height for the bottom sheet type layout will fix this. Thanks for reporting.