How to invoke the ActionBar's ContextMenu-like behavior?

前端 未结 3 1474
感动是毒
感动是毒 2020-12-05 15:05

In Android 3.0, when you select some text for example, the ActionBar switches to a ContextMenu-like mode, which enables you to do actions with the selected text: copy/share/

3条回答
  •  [愿得一人]
    2020-12-05 15:38

    Maybe a bit late but here's a tutorial for the actionmode: http://www.vogella.com/articles/AndroidListView/article.html#listview_actionbar

提交回复
热议问题