gowong/material-sheet-fab

fab hide and show

Closed this issue · 4 comments

in your sample app
how to hide and show fab when recyclerView scrolls up and down?
thanks

That's out of the scope for this library.
You can however use a FAB library that already supports that functionality, such as this one https://github.com/makovkastar/FloatingActionButton
MaterialSheetFab lets you plugin any FAB that you want to use.

thanks
another question is that.. I have this library:
compile 'com.github.ozodrukh:CircularReveal:1.1.1@aar'
in my project and there is conflict... It has dexDebug error! how to solve this?

I think you can just remove that line since this library already includes CircularReveal for you.
Let me know if that doesn't work.

thanks... it works :)