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.
在一个 android 应用程序中,我想Dialog在屏幕上显示一个,同时允许用户在Dialog打开时单击应用程序的 UI 可以这样做吗?
Dialog
如果没有,我可以用什么代替Dialog?
在您的 Activity 上显示一个对话框,将使您的 Activity 进入 onPause() ,因此您将无法再实际处理该 Activity 中的内容,直到该对话框被解除。
如果您想要一些视图,请将您要寻找的原始活动视图覆盖到 FrameViews 的方向,这可以与其他视图重叠。
我不认为你可以用Dialog. 但是您可以PopupWindow使用PopupWindow.setOutsideTouchable(true);.
PopupWindow
PopupWindow.setOutsideTouchable(true);