片段中的列表首选项

发布于 2024-11-27 11:10:42 字数 231 浏览 0 评论 0原文

我想在 Fragment 内显示 ListPreference。
ListPreference 与独立设置 Activity 中使用的相同。但我不知道如何直接从片段打开 ListPreference 视图(不显示整个设置视图)。
我发现存在一个 DialogFragment 类,但它适用于该用例吗?

请注意,我使用的是 Fragment API 的兼容版本。 PreferenceFragment 类在那里不可用。

I want to show a ListPreference inside a Fragment.
The ListPreference is the same as used in a standalone settings Activity. But I can't figure out how to directly open the ListPreference view from the fragment (without showing the whole Settings view).
I found there exists a class DialogFragment, but does it work for that use case?

Note that I'm using the compatibility version of Fragment API. The class PreferenceFragment is not available there.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最单纯的乌龟 2024-12-04 11:10:42

但我不知道如何直接从片段打开 ListPreference 视图(不显示整个设置视图)。

AFAIK,任何版本的 Android 都不支持此功能。

But I can't figure out how to directly open the ListPreference view from the fragment (without showing the whole Settings view).

AFAIK, this is not supported on any version of Android.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文