0

I am looking for the implementation of floatingaction button for API 19. I am still using ADT . Is there any library that i can directly use in project. I saw some libraries in AndroidSTudio but didnt succeed in porting to eclipse.

png
  • 4,368
  • 7
  • 69
  • 118
  • https://developer.android.com/samples/FloatingActionButtonBasic/index.html here this link will have sample project. – Shabbir Dhangot Mar 10 '15 at 07:03
  • possible duplicate of [Is there a library for Floating Action Buttons (FAB) with Labels?](http://stackoverflow.com/questions/26740107/is-there-a-library-for-floating-action-buttons-fab-with-labels) – Shabbir Dhangot Mar 10 '15 at 07:05
  • i saw android studio libraries. I am looking for one thats using ADT / eclipse – png Mar 10 '15 at 07:18

1 Answers1

0

Here is my original post describing a library with FloatingActionButton implementation.

You may use it even for API level 7! It also supports the elevation feature from API 21.

Community
  • 1
  • 1
Oleksii K.
  • 5,359
  • 6
  • 44
  • 72