I'm using DrawerLayout
in my app. I've attached ActionBarDrawerToogle
to it. When keyborad is visible I still can call drawer menu. I don't want to. I want my app to behave like Youtube app so when keyboard appears there is no drawer toogle in action bar instead it has "home as up" button which dismisses the keyboard. While ActionBarDrawerToogle
handles configuration changing events I though it would do it by default but it's not. How can I achieve this behavior?