Reputation: 5225
In GMail after checking an email (checkbox on the left) ActionBar changes to something like
------------------------------------
[ v | N selected]
(ListFragment)
[ new actions for selected items ]
------------------------------------
How do I do that in my app? Is there something in ActionBar API I am missing?
Upvotes: 0
Views: 2621
Reputation: 2747
You are probably looking for the Contextual Action Bar: http://developer.android.com/guide/topics/ui/menus.html#CAB
Upvotes: 3