Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.23k stars 1.13k forks source link

labels are not showing inside CoordinatorLayout #450

Open nandhu opened 6 years ago

nandhu commented 6 years ago

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

Thanks

imranbaigshortcut commented 5 years ago

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

Mapk26 commented 5 years ago

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

arams commented 5 years ago

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