how to icon center in com.google.android.material.floatingactionbutton.FloatingActionButton
in android ?
when I run the app in normal screen size of mobile then properly show, but I run the app in 10' inch tablet then fab size is small, so how to implement fab properly in any size of the screen in android?
Thanks, in advance.
You have these choices.
Fab
to custom size with this attribute.app:fabCustomSize="100dp"
app:fabSize
with value mini
or normal
. By default your fab size value is fixed to auto
app:fabSize="auto"
<tag
com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton