Android contentView 禁用用户交互?
我想禁用活动中的用户交互,以便用户无法触摸活动内容视图内的视图/子视图。有什么办法可以实现这一点吗?
I want to disable the user interaction in an activity so that the user cannot touch the view/ subviews inside the content view of the activity. Is there any way to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 Activity 顶部添加一个空白对话框,如下所示:
当您不再需要它时,请调用
You can add a blank dialog on top of your activity like this:
and when you don't need it any more, call