android 去除标题

//去除标题,必须在setContentView之前设置
		requestWindowFeature(Window.FEATURE_NO_TITLE);

原文地址:https://www.cnblogs.com/bhlsheji/p/4376072.html