FloatingActionButton
FloatingActionButton copied to clipboard
labels are not showing inside CoordinatorLayout
I am using fab inside CoordinatorLayout. All icons are showing. But labels are not showing.
Thanks
use this app:fab_label="test label" instead of fab:fab_label="test label"
use this app:fab_label="test label" instead of fab:fab_label="test label"
Yes with app: it's working nice, it is needed also for app:fab_size="mini" In my case I'm using a RelativeLayout
Thanks a lot... wasted couple of hours before seeing this :(