I\'ve seen this question:
Changing the ActionBar hide animation?
But it doesn\'t say whether it\'s possible to disable animation altogether.
If you use ActionBarSherlock then you can do it. See ActionBarImpl class, it has setShowHideAnimationEnabled(boolean enabled) method.