1

I need to create something similar to this. This may be duplicate, I'm not sure how to search for this. If you press plus it will extend more buttons

Not Active Active

Best Regards

Deniz da King
  • 381
  • 1
  • 4
  • 12
  • possible duplicate of [How to create a floating action button (FAB) in android, using AppCompat v21?](http://stackoverflow.com/questions/26963219/how-to-create-a-floating-action-button-fab-in-android-using-appcompat-v21) – StephenG Aug 04 '15 at 21:32

1 Answers1

1

There is no longer a need for creating your own FAB nor using a third party library, it was included in AppCompat 22.

https://developer.android.com/reference/android/support/design/widget/FloatingActionButton.html

How to create a floating action button (FAB) in android, using AppCompat v21?

Community
  • 1
  • 1
StephenG
  • 2,851
  • 1
  • 16
  • 36