Clans / FloatingActionButton

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

Changing Label background color #107

Closed tibudiyanto closed 9 years ago

tibudiyanto commented 9 years ago

hey, thanks for the amazing library! My question is that can I change the background color of the FAB label?

Thank you so much.

TunaYagci commented 9 years ago

@theaidorus That'd be awesome for this library.

If you really need to change label background, try this: https://github.com/wangjiegulu/RapidFloatingActionButton

It has some deep issues on changing label text and icon but rest is good.

Clans commented 9 years ago

Yes. FloatingActionMenu has these xml attributes for that:

fab:menu_labels_colorNormal="#333333"
fab:menu_labels_colorPressed="#444444"
fab:menu_labels_colorRipple="#66FFFFFF"

or you can use a style:

fab:menu_labels_style="@style/YourCustomLabelsStyle"
RajeshReddy18 commented 7 years ago

How can i stop the animation in floating point point button in android