爱玺玺

爱玺玺的生活日记本。wx:lb87626

android 设置对话框点击空白不能消失,这里方法返回键将同时失效。

protected void showSetPassWrodDialog() {

AlertDialog.Builder builder=new Builder(this);

//设置对话框不能消失,返回键也将不能用

builder.setCancelable(false);

View view = View.inflate(getApplicationContext(), R.layout.dialog_setpassword, null);

builder.setView(view);

builder.show();

}


发表评论:

Powered By Z-BlogPHP 1.4 Deeplue Build 150101

Copyright Your WebSite.Some Rights Reserved.

蜀ICP备11021721号-5