I\'m using the com.getbase.floatingactionbutton.FloatingActionsMenu for expandable FAB. But unable to set icon on fab menu. I have tried with set background drawable, but no
I'd rather suggest using this library which is derived from com.getbase.floatingactionbutton.FloatingActionsMenu only.
You could change the icon by using following attribute in FloatingActionMenu:
fab:fab_menuIcon="@drawable/sort"
You can however use all the features of the parent library (com.getbase.floatingactionbutton.FloatingActionsMenu).