kobakei / MaterialFabSpeedDial

Android UI library of FAB speed dial
Apache License 2.0
190 stars 27 forks source link

Anchor to BottomSheet? #22

Closed 10erlosh closed 6 years ago

10erlosh commented 6 years ago

Your lib looks very promising, thank you! One thing I miss is the ability to anchor the FSD to a BottomSheet. How can we achieve this?

kobakei commented 6 years ago

Sorry, FSD does not support bottom sheet now. AFAIK, bottom sheet overlays a screen therefore FAB (or FSD) does not need to respond to it. If you know an real example having such behavior, would you tell me?