How can I show more FABs when clicking on the standard FAB like in many Google apps? I searched on the internet and found no guide on how to achieve this, but I'm sure there is a way. I am using the design support FAB if that matters.
Asked
Active
Viewed 1,134 times
0
-
4it is not in the design library, – Blackbelt Jun 30 '15 at 16:06
1 Answers
1
That functionality is not currently in the design support library. However, there are third party libraries available. For example, https://github.com/futuresimple/android-floating-action-button

blackcj
- 3,651
- 2
- 25
- 23
-
Well I mostly want to do this with the design support library, as I don't want to have to import 2 fab libraries for just one thing – qwertz Jun 30 '15 at 16:18
-
1wrap the fabs in a LinearLayout, with some animations you can achieve the same thing – Blackbelt Jun 30 '15 at 16:20
-
@Blackbelt oh ok I will try that. What kind of animation would that be? – qwertz Jun 30 '15 at 18:08
-