MainActivity.java
I\'ve implemented MultiChoiceModeListener in this class and below is the code:
MultiChoiceModeListener
on listView:
listView
To change the Title Color of contextual action bar this was the only method that worked for me:
Write this in your activity's theme
@style/ContextualActionModeTheme
Define the styles
The title color of your contextual action bar would be changed.