//dialog,调用show之后,才会完成oncreate 步骤,绑定至 application,拥有界面 //所以 需要在dialog show 之后,才能获取到界面参数 dialog.show(); dialog.getWindow().setLayout(width,height);