android 自定义dialog 标题栏的去除
?
?
?写道CustomOrderCarDialog c = new CustomOrderCarDialog(Classified.this);c.requestWindowFeature(Window.FEATURE_NO_TITLE);
c.show();
?中间一行是关键.
发布时间: 2012-07-24 17:47:58 作者: rapoo
android 自定义dialog 标题栏的去除
?
?
?写道CustomOrderCarDialog c = new CustomOrderCarDialog(Classified.this);?中间一行是关键.