8000 GitHub - telly/FloatingAction: A basic implementation of Floating Action pattern
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

telly/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.6

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

Watchers

Forks

Packages

No packages published
0