FloatingActionButton
FloatingActionButton copied to clipboard
rotation:degrees= ?
Is there an option to specify how much you want the FAB to rotate when pressed?
No there is not.
Yes there is! you can create an animation in anim folder and then apply it on app:menu_labels_showAnimation="" or you can use android:rotation property programmatically.