I have an app with a navigation drawer and tab bar (view pager) and when the nav. drawer is opened, 3 distinct animations occur, which together make the experience very un-smooth (clunky).
- the navigation drawer opens
- the tab bar disappears
- the action bar disappears (i am hiding the action bar when nav drawer is opened).
all these combine to create a non-optimal experience.
is there a way to reduce/eliminate these animations but keep the sliding of the nav drawer animation?