PreferenceFragment 的 Android 兼容性 API 替代品
我想在屏幕左侧显示主菜单,在右侧显示设置页面。我想使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 ActionBarSherlock 的 PreferenceActivity 插件。
这里是示例源代码。
Try using ActionBarSherlock's PreferenceActivity plugin.
Here is the sample source code.