在manifest.xml文件的application节点添加下面一行即可
android:theme="@android:style/Theme.NoTitleBar"
如果要恢复默认,则改成
android:theme="@style/AppTheme"
2022-10-06 21:26:29
在manifest.xml文件的application节点添加下面一行即可
android:theme="@android:style/Theme.NoTitleBar"
如果要恢复默认,则改成
android:theme="@style/AppTheme"