BrotherV / Floating-ArcMenu

A prety menu for all application
129 stars 35 forks source link

grant access to setOnMenuItemOpenClose #11

Open ahmedalkhashab opened 6 years ago

ahmedalkhashab commented 6 years ago

grant access to setOnMenuItemOpenClose

BrotherV commented 6 years ago

Hello again. You could access to menu open or close by using isOpen or isClose when menu is fire. If you want to add a specific listener for your work use mArcLayout.isExpand(); it will return status of mArcLayout. Have a good time.