android - slightly move the home icon in actionbar while sliding menu pops up -
i'm reading google's official doc sliding menu/nav menu.
one of thing not implement move home icon on actionbar. please refer following screenshot - icon moved toward left while sliding menu popped up. how that?
once have defined drawable
when creating actionbardrawertoggle
, make sure add following activity
sliding effect take place:
@override protected void onpostcreate(bundle savedinstancestate) { super.onpostcreate(savedinstancestate); mdrawertoggle.syncstate(); }
Comments
Post a Comment