android - Navigation drawer icon arrow instead of three lines -
i have created new project in eclipse navigation drawer , instead of 3 lines icon on top left of screen have arrow icon. have found nothing on stack on flow seems help. have tried change setdisplayhomeasupenabled
, sethomebuttonenabled
not here part of code (by way default code eclipse) 1 have , idea?
i believe can try setting custom activity button hamburger button.
here code.
so can change programmatically using homeasupindicator() function added in android api level 18 , upper.
actionbar().sethomeasupindicator(r.drawable.ic_yourindicator);
if use support library
getsupportactionbar().sethomeasupindicator(r.drawable.ic_yourindicator);
Comments
Post a Comment