[android-developers] Action item's text color in ActionBar

2011-10-27 Thread MrArti
Hello, Does anyone know how to change the text color of the action items in the ActionBar ? I've tried to change the textColor attribute in all the available styles (actionBarStyle, actionButtonStyle, buttonBarStyle, buttonBarButtonStyle) but nothing works ... The only solution I've found is

Re: [android-developers] Start the Listview's modal selection from a button in the ActionBar

2011-09-28 Thread MrArti
> > Assuming that by "when the ActionMode is destroyed" you mean when the > user clicks the Done button, I have seen that same issue and I have > not determined yet how to get past it. > > For cases where you finish() the action mode, you can call > clearChoices() in onDestroyActionMode(). However

[android-developers] Start the Listview's modal selection from a button in the ActionBar

2011-09-27 Thread MrArti
Hello, Is it possible to activate the selection mode on a ListView configured with CHOICE_MODE_MULTIPLE_MODAL from an option item ? The default behavior is to do a long click on the list but I would like to achieve the same with a button in the ActionBar. I've tried to reproduce the ActionMode wi