I\'m using ActionBarSherlock, and attempting to hide / show the ActionBar for fullscreen images, using:
getSupportActionBar.hide();
and
I use an overlay ActionBar
requestWindowFeature(com.actionbarsherlock.view.Window.FEATURE_ACTION_BAR_OVERLAY);
it doesn't show an animation when show()/hide() is called.
show()
hide()