How can I change FloatingActionsMenu to a custom icon
The icon "+" makes confusing. I wanna to use a custom icon instead of the original one. thx.
Hi, I need to do this too, do you have any news about it? Thanks!
i am also facing same problem
I am also facing same issue please help..
fab:fab_icon="@drawable/ic_fab_star"
not working with AddFloatingButton
Same Issue is there a fix?
:+1: for this issue, the code tells you to use a button instead of a menu when you want a custom icon. Will have to fork the code and implement this.
I forked it and got Icons working for the menu.
https://github.com/boxlady/android-floating-action-button This works well for me.
^^how dow we get your fix in gradle?
I dont know how to do it from grandle but you can download it and add it as a model.
http://www.truiton.com/2015/02/android-studio-add-library-project/
That was my next move, thanks a bunch for the fix
@rgocal @boxlady you can use jitpack to include github projects into your app.
BTW: Your code works great, thanks :rocket:
@boxlady i want to change FloatingActionsMenu menu icon If I click on FloatingActionButton , how finish it . i add setIconDrawable() function in FloatingActionsMenu to perform setIconDrawable() of FloatingActionButton, but i not work, menu icon not change !