andrefrsousa / SuperBottomSheet

Android native BottomSheet on steroids 💪
https://andrefrsousa.github.io/SuperBottomSheet/
MIT License
704 stars 75 forks source link

Non modal bottom sheet #8

Closed paulkugaev closed 4 years ago

paulkugaev commented 5 years ago

Is there any possibility to support same features (status bar animation, corner animation etc) for non modal bottom sheets?

andrefrsousa commented 4 years ago

Hello @paulkugaev,

In this library, there is no support. But, you can check the code on SuperBottomSheetFragment and try to adopt the same logic.