All Projects → telly → Floatingaction

telly / Floatingaction

Licence: mit
A basic implementation of Floating Action pattern

Programming Languages

java
68154 projects - #9 most used programming language

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();
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].