• Stars
    star
    312
  • Rank 129,784 (Top 3 %)
  • Language
    Java
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A basic implementation of Floating Action pattern

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();