我想在屏幕的特定点显示对话框。点取决于对话框的高度和宽度

时间:2013-07-26 01:26:19

标签: android dialog height width customdialog

创建对象时我需要对话框的大小:

1) final Dialog dialog = new Dialog(NotePadActivity.this);          
2) dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
3) dialog.setContentView(R.layout.note_pad_dlg_bottom);

在第3行之后我在dialog.show()之前知道对话框的大小。

0 个答案:

没有答案