TourGuide
TourGuide copied to clipboard
How implement for Icon menu drawer and item menu navigation drawer ?
hello guy, how implement for Icon menu drawer and item menu navigation drawer ? any example ?
Is this possible?
ImageButton b=null; for (int i = 0; i < mToolbar.getChildCount(); i++) { if(mToolbar.getChildAt(i) instanceof ImageButton) b = (ImageButton) mActionBar.getChildAt(i); }
You can apply tour to the image button and it will show over navdrawer home button