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
921 stars 77 forks source link

Horizontal margins not showing with OptionSheet in Android 11 #77

Closed puntogris closed 3 years ago

puntogris commented 3 years ago

Describe the bug When using OptionSheet with style(SheetStyle.DIALOG) there are no horizontal margins in Android 11.

Library Version: 2.2.4

maxkeppeler commented 3 years ago

For whatever reason, the decoder view padding is 0 on Android 11. If that's the case, I can add a 16dp horizontal padding.