反射尝试也无解
try {
actionBar
.getClass()
.getDeclaredMethod("setShowHideAnimationEnabled",
boolean.class).invoke(actionBar, false);
actionBar.getClass().getDeclaredMethod("hide").invoke(actionBar);
} catch (Exception e) {
e.printStackTrace();
}