【发布时间】:2015-07-21 17:44:20
【问题描述】:
我正在尝试使用 AppCompatActivity 和 Toolbar 将多选上下文菜单添加到具有支持库 22.1.1 的 listview
没有支持库
我可以使用AbsListView.MultiChoiceModeListener
带有支持库,
对于接受android.support.v7.view.ActionMode 作为参数的支持版本,不存在等效的MultiChoiceModeListener。
我应该怎么做才能让它与支持库一起工作?
【问题讨论】:
标签: android android-listview android-contextmenu android-appcompat action-menu