Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing FabMenu and FabButton Size programatically

sahithiganta opened this issue · comments

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

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.