Currently I've been given the opportunity to develop an android app. I've gotten very far already but there's one detail I can not figure out.
I'm trying to figure out how I can "slide in" and "slide out", or whatever the correct term is, the home indicator icon (mini-hamburger). Do you guys know how to do this?
I've been trying to figure it out but I have been unable to find it.
See sample below:
Assuming that is based off of
ActionBarDrawerToggle
, see if you have an equivalent of thesetDrawerIndicatorEnabled()
method.