Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.23k stars 1.13k forks source link

Changing FabMenu and FabButton Size programatically #478

Open sahithiganta opened 4 years ago

sahithiganta commented 4 years ago

Hello, is it possible to modify the size of FabMenu and FabButton from "mini" to "normal" programatically

kabumere commented 3 years ago

This library hasn't been updated in 3 years. Consider using ExpandableFab to achieve your desired functionality.

You can change the size of the ExpandableFab (main button) or the FabOptions (the buttons that animate out of the ExpandableFab) programmatically at any time. Let me know if you decide to try it and have any questions.