-
Notifications
You must be signed in to change notification settings - Fork 190
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
How to make gooey menu closed when app opens #3
Comments
nope. It doesn't work for me... |
protected void onCreate(Bundle savedInstanceState) { GooeyMenu.java#
|
It is working in on item click listener but on start of activity it is not working. |
i have that problem too does any one can help? |
i have a half solution: in GooeyMenu.java:
in MainActivity.java:
this code close GooeyMenu when the app start (side effect you can see the app close) |
Hi Avik,
You must check out belore branch link for hide menu.
https://github.com/anshulagarwal06/GooeyMenu/tree/menu_hide
Thanks
…On Wed, 14 Jun 2017 at 11:38 avik1q ***@***.***> wrote:
i have a half solution:
in GooeyMenu.java:
public void startHideAnimateWhenItemClicked() { isMenuVisible = false;
startHideAnimate(); }
in MainActivity.java:
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.menu_main, menu);
mGooeyMenu.startHideAnimateWhenItemClicked(); return true; }
this code close GooeyMenu when the app start (side effect you can see the
app close)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJDgKLbuVCqpU7sXnHtWNeDPKhCSbkqgks5sD3jSgaJpZM4Hc0G8>
.
|
Whenever I start my app gooey menu opens automatically, it needs to be in closed state .. What I need to do ?
The text was updated successfully, but these errors were encountered: