I want to create a bigger Floating Action Button (FAB), more than the usual 56 dp, with a bigger icon inside. (For my purpose an icon will never be self-explanatory so I will cr
For changing the fab size use
app:fabCustomSize="70dp"
And for the icon size
app:maxImageSize="50dp"
Example