android-floating-action-button
android-floating-action-button copied to clipboard
add different icon
hello i'm using FloatingActionsMenu.i successfully added my custom icon with menu_icon.but i have one question(problem) is it a possible to change icon when my menu_icon FloatingActionsMenu is open. I mean same that Google Hangout. thanks
hello! I've the same question.
hello @Bekakk
I also need to add custom icon to FloatingActionsMenu. Will you please help me with that?
i solved this problem myself.i added one attribute and i added custom image like this mAddButton.setIcon("resourse image here");
if you are using the source not gradle lib then use his changes to the sources.
https://github.com/futuresimple/android-floating-action-button/issues/295
@Bekakk can you explain in more detail how exactly did you put a custom icon on the FloatingActionsMenu, cause i've been trying for a while and nothing seems to be working.