Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこの質問を見てきました:
ActionBar の非表示アニメーションを変更しますか?
ただし、アニメーションを完全に無効にすることが可能かどうかはわかりません。
あなたは今これを行うことができます、
getSupportActionBar().setShowHideAnimationEnabled(false);
ActionBarSherlock を使用すると、それが可能になります。ActionBarImpl クラスを参照してください。 setShowHideAnimationEnabled(boolean enabled) メソッドがあります。