如何正確的關閉Android Dialog的標題欄

Dialog builder = new Dialog (activity); builder.requestWindowFeature(Window.FEATURE_NO_TITLE); 如此簡單。 但AlertDialog.Builder(activity);是不可使用這種方式去除的。web
相關文章
相關標籤/搜索