app:text这些属性设置为""后也会默认显示应用名,无法去掉。
收起
去掉文字的话,,,程序里 onCreat()方法中,,setTitle(“”)
去掉顶部标题,,设置, 页面主题,,在 AndroidMainifest.xml文件中 theme设置为
<activity android:name=".MainActivity" android:configChanges="orientation|keyboardHidden" android:theme="@style/NoTitle" />
报告相同问题?