This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
v 1.0.8
- 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);