Example #1
0
 /** Called to tell you that you're stopping. */
 protected void onStop() {
   if (mActionBar != null) mActionBar.setShowHideAnimationEnabled(false);
 }
Example #2
0
 /** Called when the dialog is starting. */
 protected void onStart() {
   if (mActionBar != null) mActionBar.setShowHideAnimationEnabled(true);
 }