Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

v 1.0.8

Compare
Choose a tag to compare
@jahirfiquitiva jahirfiquitiva released this 10 Sep 17:32
· 66 commits to master since this release
  • Fixed an issue that made labels and fabs clickable even when collapsed.
  • Added support for RecyclerView, to make the MenuFAB hide on scroll. Use it like this:
RecyclerView rv = findViewById(R.id.rv);
FABsMenu menu = findViewById(R.id.fabs_menu);
menu.attachToRecyclerView(rv);