FloatingActionButton icon indicating copy to clipboard operation
FloatingActionButton copied to clipboard

labels are not showing inside CoordinatorLayout

Open nandhu opened this issue 7 years ago • 3 comments

I am using fab inside CoordinatorLayout. All icons are showing. But labels are not showing.

Thanks

nandhu avatar Jul 23 '18 16:07 nandhu

use this app:fab_label="test label" instead of fab:fab_label="test label"

imranbaigshortcut avatar Oct 17 '18 09:10 imranbaigshortcut

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

Mapk26 avatar Oct 19 '18 07:10 Mapk26

Thanks a lot... wasted couple of hours before seeing this :(

arams avatar Sep 06 '19 06:09 arams