Dmytro Tarianyk
Dmytro Tarianyk
No there is not.
You can resize your icon programmatically and then set it as FAB's icon.
No, it's not.
I'll think about it. Maybe not in the next release but a bit later.
Fork it and then you're going to need to change the `onMeasure()` and `onLayout()` methods to make the menu buttons expand horizontally. I believe that should be all changes.
There's no such functionality.
Have you tried to set the color filter on the drawable and then set this drawable on the fab programmatically?
FAB it's an `ImageButton`. Have you tried just to set its visibility to GONE? Like this: `FloatingActionButton.setVisibility(GONE)`.
You can use your own animation and, in that case, the `AnimationListener` should work.