yarolegovich / SlidingRootNav

DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view, which can be shifted to make the drawer visible.
Apache License 2.0
3.06k stars 455 forks source link

Change Burger Icon #69

Open rohanisme opened 4 years ago

rohanisme commented 4 years ago

After changing the burger icon, on toggling the icon remain same its not changing to back arrow how can i change it. Please help me!

uzairmughal3397 commented 4 years ago

did you find something to change the icon?

rohanisme commented 4 years ago

Yes, i did find a way instead of using the predefined icons i set a linear layout with custom icons and custom on clicklisteners, so on click slidenav.close or open was defined based on the operation required. it worked like a charm