Dialog 消失事件处理

1. 点击Dialog 外面区域不消失:

dialog.setCanceledOnTouchOutside(false);


2. 点击device返回键不消失:

dialog.setCancelable(false);

你可能感兴趣的:(Dialog 消失事件处理)