PreferenceFragment 的 Android 兼容性 API 替代品

发布于 2025-01-07 15:43:25 字数 169 浏览 1 评论 0原文

我想在屏幕左侧显示主菜单,在右侧显示设置页面。我想使用Android兼容性API和片段。

我还想利用 Android 首选项功能并从 .xml 文件添加首选项,并且不想使用解决方法(例如个人定制的列表视图、线性布局等)。考虑到 PreferenceFragment 未包含在兼容性 API 中,我有什么选择?

I want to display a main menu on the left and a settings page on the right of the screen. I want to use the Android compatibility API and fragments.

I also want to make use of the Android preferences features and add the preferences from .xml file, and don't want to use workarounds (like personally customized list views, linear layouts, etc). What options do I have, considering that PreferenceFragment is not included in the compatibility API?

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

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

发布评论

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

评论(1

他夏了夏天 2025-01-14 15:43:25

尝试使用 ActionBarSherlock 的 PreferenceActivity 插件。

这里是示例源代码。

Try using ActionBarSherlock's PreferenceActivity plugin.

Here is the sample source code.

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