首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android 自定义dialog 标题栏的除去

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

android 自定义dialog 标题栏的去除

?

?

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

?中间一行是关键.

热点排行