Search code examples
androidandroid-actionbar

Is there a way to disable ActionBar's show/hide animation?


I've seen this question:

Changing the ActionBar hide animation?

But it doesn't say whether it's possible to disable animation altogether.


Solution

  • You can now do this,

    getSupportActionBar().setShowHideAnimationEnabled(false);