Allow custom size of FAB
See original GitHub issueDescribe the feature
Allow passing of size to FAB that will apply it to the FAB and the label (or perhaps, size
and a sizeLabel
prop)
Motivation
I wanted to create a custom FAB that’s bigger than the current one (single main button). However, since FAB styles are only applied to root, I can only change the size of the main/actual button, and if I do the label stays small.
Related Issues
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
How to make custom size of FloatingActionButton
You can set custom size by following. **Set either height or width match_parent and another one according to yourself ** <android.support.design.widget.
Read more >how to change the size of a fab in android studio (tutorial)
In this video I will show you how to change the size of your floating action button ( fab ) in android studio,...
Read more >size - API Reference - Kendo UI FloatingActionButton
size String (default: 'medium'). Specifies the size of the FloatingActionButton. Valid options are "small" , "medium" , "large" and "none" .
Read more >Add a Floating Action Button - Android Developers
This page shows you how to add the FAB to your layout, customize some of ... The size of the FAB, using the...
Read more >Buttons: floating action button - Material Design
Container · FAB containers come in two sizes: 1. Default (56 x 56dp) 2. Mini (40 x 40dp) · This mini FAB creates...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Still a problem
Still a problem.