Ivan G.
Ivan G.

Reputation: 5225

Contextual ActionBar?

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

Answers (2)

Teovald
Teovald

Reputation: 4389

What you are looking for is the Contextual Action Bar.

Upvotes: 3

Display name
Display name

Reputation: 2747

You are probably looking for the Contextual Action Bar: http://developer.android.com/guide/topics/ui/menus.html#CAB

Upvotes: 3

Related Questions