Original post here .
You can use this library , it works fine with Android 2.1, API level 7.
It is so easy to include it in your project:
build.gradle
dependencies { compile 'com.shamanland:fab:0.0.6' }
layout.xml
<com.shamanland.fab.FloatingActionButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/your_image" />

Oleksii K. Sep 09 '14 at 7:34 2014-09-09 07:34
source share