ActionBar or ActionBarSherlock - Smoothly Hide / Show the ActionBar

后端 未结 1 1566
南笙
南笙 2020-12-30 01:56

I\'m using ActionBarSherlock, and attempting to hide / show the ActionBar for fullscreen images, using:

getSupportActionBar.hide();

and

相关标签:
1条回答
  • 2020-12-30 02:22

    I use an overlay ActionBar

     requestWindowFeature(com.actionbarsherlock.view.Window.FEATURE_ACTION_BAR_OVERL‌​AY);
    

    it doesn't show an animation when show()/hide() is called.

    0 讨论(0)
提交回复
热议问题