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
Best Regards
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
Best Regards
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?