方法一:修改 AndroidManifest.xml 文件下的 theme 属性
android:theme="@style/Theme.AppCompat.NoActionBar"
方法二:OnCreate方法中加入语句
getSupportActionBar().hide();
方法一:修改 AndroidManifest.xml 文件下的 theme 属性
android:theme="@style/Theme.AppCompat.NoActionBar"
方法二:OnCreate方法中加入语句
getSupportActionBar().hide();
本文标题:隐藏标题栏
本文链接:https://www.haomeiwen.com/subject/kztcrxtx.html
网友评论