Android 首选项 Activity 窗口化而不是全屏

发布于 2024-12-27 10:34:28 字数 389 浏览 1 评论 0原文

我有一个首选项活动,它执行规范 addPreferencesFromResource(R.xml.preferences) & setContentView(R.layout.preferencelayout)...一切正常。

我需要做的是打开与窗口相同的首选项屏幕(如警报对话框)而不是全屏。

有人知道怎么做吗?

编辑: android:theme="@android:style/Theme.Dialog" 修复了此问题,但不再显示任何自定义首选项(在本例中为滑块)。

EDIT2:android_hungry 的响应在一定程度上解决了这个问题。自定义首选项现在可以使用,但下面的建议现在会产生纯黑色背景,而不是真正的对话框外观。就目前而言,这是可行的。请发布答案,以便我可以为您接受。

I have a preference activity that does the norm addPreferencesFromResource(R.xml.preferences) & setContentView(R.layout.preferencelayout)... Everything works fine.

What I need to do is open that same preference screen as a window (like an alert dialog) and not a full screen.

Anyone know how?

EDIT: android:theme="@android:style/Theme.Dialog" Fixes this, but any custom preferences (in this case a slider) is not displayed any more.

EDIT2: android_hungry's response fixes this issue to a point. Custom preferences now work, but the suggestion below now makes a solid black background and not a true dialog look. For the time being, this works. Please post an answer so I can accept it for you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文