Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アクティビティにダイアログがあり、それをクリックして閉じたいと思います(他の場所をクリックすることに加えて、これを行う通常の方法です)。
どうすればこれを行うことができますか?私のダイアログXMLにはimageviewが含まれています!
ありがとう
ImageView は View から派生しているため、ダイアログのメソッドView.OnClickListenerを呼び出すa を設定できます。dismiss()
View.OnClickListener
dismiss()