layout中取消标题栏

来源:互联网 发布:java mail html模板 编辑:程序博客网 时间:2024/06/06 13:22

在create函数中添加代码:

requestWindowFeature(Window.FEATURE_NO_TITLE);

原创粉丝点击