Floating Action Button for Android based on Material Design specification

FloatingActionButton

Yet another library for drawing Material Design promoted actions.

Features

========

  • Support for normal 56dp and mini 40dp buttons.

  • Customizable background colors for normal and pressed states and icon drawable.

  • Convenience AddFloatingActionButton class with plus icon drawn in code.

  • FloatingActionsMenu which can be expanded/collapsed to reveal multiple actions.

  • Optional labels for buttons in FloatingActionsMenu.

Usage

Just add the dependency to your build.gradle:

dependencies {
    compile 'com.getbase:floatingactionbutton:1.10.1'
}

To see how the buttons are added to your xml layouts, check the sample project.

GitHub