Skip to content
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

Select burger menu Icon #89

Open
Movo-Burhan opened this issue Dec 20, 2019 · 1 comment
Open

Select burger menu Icon #89

Movo-Burhan opened this issue Dec 20, 2019 · 1 comment

Comments

@Movo-Burhan
Copy link

Hello,
how can i select the burger menu, like in the example

Image of art_drawer

@das1192
Copy link

das1192 commented Feb 1, 2021

private View getDrawerView(Toolbar toolbar) {
for (int i = 0; i < toolbar.getChildCount(); i++) {
if (toolbar.getChildAt(i) instanceof ImageButton)
return toolbar.getChildAt(i);
}
return null;
}
this code works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants