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

Action Bar Drawer Toggle #94

Open
paul035 opened this issue Dec 25, 2020 · 1 comment
Open

Action Bar Drawer Toggle #94

paul035 opened this issue Dec 25, 2020 · 1 comment

Comments

@paul035
Copy link

paul035 commented Dec 25, 2020

How can we use it with ActionBarDrawerToggle?

@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, collected from issue13

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