HarinTrivedi / FABRevealMenu-master

A general purpose android UI library to show a user show menu in accordance of Floating action button with material design guidelines.
https://harintrivedi.github.io/FABRevealMenu-master/
Apache License 2.0
614 stars 117 forks source link

How to change submenu title programmaticaly? #16

Open tvelf009 opened 7 years ago

tvelf009 commented 7 years ago

Hello. Thanks for the great menu. But I can not solve one problem. I want to change the dynamic name of the submenu, can you tell me how to do it programmatically.

Thank you very much.

behelit commented 6 years ago

Similarly, it would be great to hide/show items programatically without having to replace the menu res, i.e. menuItem1.setVisibility(View.GONE)

HarinTrivedi commented 6 years ago

Surely I will check it and try to add this feature