android - How to make Drawerlayout hamburger icon from not clicking ? -
i want disable hamburger button . should visible not clickable . note tried setdrawerindicatorenabled(false) . disable whole hamburger icon .i dont want that. want hamburger icon visible greyedout or gone clicking during network operation ?
try use view.setclickable(boolean) on drawerlayout instance. doesn't change looks, make view not touchable (or touchable on setclickable(true) ).
drawerlayout.setclickable(false);