TourGuide icon indicating copy to clipboard operation
TourGuide copied to clipboard

How implement for Icon menu drawer and item menu navigation drawer ?

Open amaydiam opened this issue 9 years ago • 2 comments

hello guy, how implement for Icon menu drawer and item menu navigation drawer ? any example ?

amaydiam avatar Feb 09 '16 16:02 amaydiam

Is this possible?

McSullivan avatar Feb 22 '16 19:02 McSullivan

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

osancus avatar May 03 '16 12:05 osancus