MaterialIntroView icon indicating copy to clipboard operation
MaterialIntroView copied to clipboard

Select burger menu Icon

Open Movo-Burhan opened this issue 5 years ago • 1 comments
trafficstars

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

Image of art_drawer

Movo-Burhan avatar Dec 20 '19 17:12 Movo-Burhan

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

das1192 avatar Feb 01 '21 15:02 das1192