手抄报 安全手抄报 手抄报内容 手抄报图片 英语手抄报 清明节手抄报 节约用水手抄报

如何去掉android头部label的方法

时间:2024-11-02 12:42:40

1、方法一:在AcdroidMainfest.xml中<application android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@android:style/Theme.NoTitleBar" >添加Theme属性,设置为NoTitleBar即可

如何去掉android头部label的方法

2、方法二:public void onCreate(BundlesavedInstanceState) {this.requestWindowFeature(Window.FEATURE_NO_TITLE);super.onCreate(savedInstanceState);...}requestWindowFeature(Window.FEATURE_NO_TITLE);要写在setContentView(R.layoutmain)前面,每个activity页面代码中都加上这一句就可以了

© 手抄报圈