Is there an easy way to change the ActioMode “Cancel” button text?

Presatrolla

New Member
I am using ActionMode to show a list of context functions for a ListView. I have the ActionMode bar working but by default it puts a "Cancel" button on the upper left side. To me this is a little misleading to users. I don't want them to think this button will undo any of there actions. Is there an easy way change this buttons text to something like "Done" or "Finish"? I looked through the source and found that this seems to be tied to a theme style. I was hoping not to have to modify the theme but can if needed.I am targeting 3.2 or later.
 
Top