Skip to content

fanei/FloatingAction

 
 

Repository files navigation

FloatingAction

A basic implementation of Floating Action Button pattern as seen on Material Design

Le demo

Demo

FloatingAction Demo on Google Play Store

Usage

See demo, at this point latest version is 0.0.5

compile 'com.telly:floatingaction:(insert latest version)'
mFloatingAction = FloatingAction.from(this)
          .listenTo(mListView)
          .icon(R.drawable.ic_action_about)
          .listener(this)
          .build();

About

A basic implementation of Floating Action pattern

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors