gowong / material-sheet-fab

Android library that provides the floating action button to sheet transition from Google's Material Design.
MIT License
1.58k stars 255 forks source link

fab hide and show #10

Closed MohsenShafiee closed 9 years ago

MohsenShafiee commented 9 years ago

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

gowong commented 9 years ago

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.

MohsenShafiee commented 9 years ago

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?

gowong commented 9 years ago

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

MohsenShafiee commented 9 years ago

thanks... it works :)