首选项中的 ListAdapter?
有没有办法在首选项屏幕中使用 ListAdapter ? 或者我必须只使用 chekboxpreference、textpreferences 等......
Is there a way to use ListAdapter in preferences screen ?
or i must use only chekboxpreference, textpreferences, etc....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建自己的自定义
DialogPreference
,它将ListView
与自定义ListAdapter
结合使用。You can create your own custom
DialogPreference
that uses aListView
with your customListAdapter
.