ActionBar
2017-10-04 本文已影响0人
撕裂的我
可通过下面的代码来隐藏actionBar:
ActionBar actionBar = getSupportActionBar();
if (action != null) {
actionBar.hide();
}
可通过下面的代码来隐藏actionBar:
ActionBar actionBar = getSupportActionBar();
if (action != null) {
actionBar.hide();
}