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.
我有一个使用活动实现的弹出窗口,该活动不会填满整个屏幕,并且看起来像一个弹出窗口。
如何禁用呼叫者活动?(后台活动)。
我想要与使用经典弹出窗口相同的功能:
popup.setOutsideTouchable(false);
提前致谢!
你可以创建一个活动
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen".
在那里添加您对透明活动的视图,如弹出窗口。