Android: Close dialog window on touch

前端 未结 5 1642
时光取名叫无心
时光取名叫无心 2020-12-15 09:25

I\'d like to close a dialog window in my android app by simply touching the screen.. is this possible? If so, how?

I\'ve looked into setting some \"onClickEven\" on

5条回答
  •  無奈伤痛
    2020-12-15 09:48

    You can use dialog.setCanceledOnTouchOutside(true); which will close the dialog if you touch u=outside the dialog.

提交回复
热议问题