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调用对话框方法的dismiss()方法。
View.OnClickListener
dismiss()