具有复选框行为的自定义列表视图,如 Gmail 应用程序
我在这里阅读了很多有关列表视图和复选框的帖子。他们中的很多人都使用 CheckedTextView 或扩展它。我想实现一个带有复选框行为的自定义列表视图,就像在 android 邮件应用程序(Gingerbread、ICS)上一样:只有复选框是可选的,而不是整行。另外,在 ICS 上,操作栏指示已检查列表项的数量。
任何人都可以向我展示一些代码或指出我正确的方向吗?谢谢!
I have read a lot of threads here about listviews and checkboxes. Lots of them use a CheckedTextView or extend it. I want to implement a custom listview with a checkbox behaviour like on the android mail apps (Gingerbread, ICS): There only checkboxes are checkable and not the whole row. Plus on ICS the actionbar indicates the number of checked list items.
Can anyone please show me some code or point me in the right direction? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 API 演示列表 16 多选模式中的示例
Checkout out the sample in API Demos List 16 Multi selection mode