Closed samirmangroliya closed 11 years ago
Hi @samirmangroliya this is called Contextual Action Bar and is not supported with this implementation of the action bar. An easier route would be to consider Sherlock which supports this and falls back on the native api when available. You could simulate it by updating the title using setTitle
and remove the actions with removeAllActions
when items is selected and then rebuild it when going out of the select context.
this is my requirement when i select some row in listview its show this actionbar,how can i set action menu item(like 2 selected) in left side?
Regards samir