SlidingRootNav icon indicating copy to clipboard operation
SlidingRootNav copied to clipboard

How to put the Icon Burger to right?

Open janwelocampo opened this issue 8 years ago • 5 comments
trafficstars

Hi, could you help me on how to put burger icon on right.

as far as I know I could use this code .withGravity(SlideGravity.RIGHT) for animating to right side.

janwelocampo avatar Sep 07 '17 08:09 janwelocampo

Hi , i ask this question again , can you help me how to change burger icon and icons location thank you

ozanurkn avatar Oct 11 '17 18:10 ozanurkn

how can I add clicklistener to the item of the menu layout.

adityajoshi12 avatar Oct 19 '17 14:10 adityajoshi12

@adityajoshi12 I noticed that menu item click listenner should use adapter because of recyclerview in left menu, and I create item in menu layout & add click listenner but couldn't seem to work

beartistic avatar Feb 16 '18 01:02 beartistic

if you want to change hamburger set toolbar.setNavigationIcon(null) and it will remove the hamburger icon. Define your icon in toolbar layout

ambishiva avatar Apr 13 '18 09:04 ambishiva

sorry my late answer , i have a another question. i dont want to use toolbar , is this possible ?

2018-04-13 12:34 GMT+03:00 ambishiva [email protected]:

if you want to change hamburger set toolbar.setNavigationIcon(null) and it will remove the hamburger icon. Define your icon in toolbar layout

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/yarolegovich/SlidingRootNav/issues/24#issuecomment-381081300, or mute the thread https://github.com/notifications/unsubscribe-auth/AKsdiUenf1Pd-qPOZJcx6s7YWUEnsUVTks5toHEmgaJpZM4PPfin .

ozanurkn avatar Jun 05 '18 07:06 ozanurkn