-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close Menu #1
Comments
Hi. You mean when you click outside the menu area? You can hook up a OnClickListener on your layout and use the isMenuOpened() API to check the state of the menu. If the menu is opened, you can use the toggleMenu() API to close it. Should work for your case if I understand it correctly? |
Thank you very much for your quick response <3 |
Can you post your layout (xml file), where you are using the library? I should be able to expand on that and help you out |
thank you man <3 |
can you send me code my friend? |
i'm sorry that your time. i use this code :
but it Does not work me! how to fix it? |
change to this : but dose not work :( |
I am still confused. You have a recycler view. Is that populated with data? And do you have some Click events attached to it, coz the the click event won't be bubbled to the parent if the child is handling it. |
i added this code to my adapter (RecyclerView Adapter) but show me FC error 😢
please help me 😢 please |
hay @saurabharora90 , can you help me? |
This looks the arcMenu variable wasn't initialized. It isn't being thrown by the library. Really difficult to comment without actual code. |
Hi, thanks for this library
i want close menu with touch to another sides. how to work it?
The text was updated successfully, but these errors were encountered: