android 自定义dialog 标题栏的除去

android 自定义dialog 标题栏的去除???写道CustomOrderCarDialog c new CustomOrderCarDialog(Classifie

android 自定义dialog 标题栏的去除

?

?

?写道CustomOrderCarDialog c = new CustomOrderCarDialog(Classified.this);
c.requestWindowFeature(Window.FEATURE_NO_TITLE);
c.show();

?中间一行是关键.