Skip to content

fenjuly/android-floating-action-button

 
 

Repository files navigation

FloatingActionButton

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~

New Feature

When srolled down , the FloatingActionButton or FloatingActionsMenu would be hiden.

ScreenShot

Imgur

Usage

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.

Other

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~

About

Floating Action Button for Android based on Material Design specification

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%