可通过下面的代码来隐藏actionBar:
ActionBar actionBar = getSupportActionBar(); if (action != null) { actionBar.hide(); }
本文标题:ActionBar
本文链接:https://www.haomeiwen.com/subject/awzcyxtx.html
网友评论