片段中的列表首选项
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK,任何版本的 Android 都不支持此功能。
AFAIK, this is not supported on any version of Android.