安卓隐藏标题栏方法

很简单:在style的xml文件中加入下面几句话即可实现

<item name=”windowActionBar”>false</item>

<item name=”windowNoTitle”>true</item>

安卓隐藏标题栏方法