This project is forked from futuresimple/FloatingActionButton.
And I add some special characteristics which I "stoled" from this projectmakovkastar/FloatingActionButton
Before I did this, I opened an issue to ask "is there any plan to add ScrollListener?". Unfortunately, the author didn't have intention to do so.This's the reason I did the job, just for my personal use~
When srolled down , the FloatingActionButton or FloatingActionsMenu would be hiden.
ListView listView = (ListView) root.findViewById(android.R.id.list);
FloatingActionsMenu fam = (FloatingActionsMenu)root.findViewById(R.id.multiple_actions);
fam.attachToListView(listView);
As for more usage you should go to the original project futuresimple/FloatingActionButton.
all rights unreserved,I just play a role as Porter, if the original authors are disgruntled with my job, please let me know , i'll delete this repo~
