MainActivity.java
I\'ve implemented MultiChoiceModeListener in this class and below is the code:
on listView:
You can change the ActionMode background through attribute actionModeStyle:
You will of course need to define a color named color_action_mode_bg:
#009688
There are other things you can change as well. Example:
- ...
- ...
- ...
To change text color of SAVE and SAVETO, add the following to AppTheme.Base:
- @color/color_action_mode_text