[android-developers] Is there a way to dismiss the Contextual Action Bar (CAB) menu?

2013-03-22 Thread Marty Rehder
I have an app with a series of files in being shown via an Activity. Each file has a checkbox. If the user clicks any of the chedckboxes, I bring up the CAB menu for the user to operate on the file. My onClickListener starts things, and, I was hoping, could dismiss the CAB if the checkboxes are

Re: [android-developers] Is there a way to dismiss the Contextual Action Bar (CAB) menu?

2013-03-22 Thread Mark Murphy
Call finish() on the ActionMode when you want to manually dismiss it. On Fri, Mar 22, 2013 at 3:56 PM, Marty Rehder martyg...@gmail.com wrote: I have an app with a series of files in being shown via an Activity. Each file has a checkbox. If the user clicks any of the chedckboxes, I bring up