Questions tagged [actionmode]
58 questions
40
votes
12 answers
AppCompat Toolbar: Change Overflow Icon Color in ActionMode
With the AppCompat Toolbar, I want to be able to change the color of the overflow menu icon on ActionMode change.
For example, the overflow icon will be white in normal Toolbar mode. And will turn black on ActionMode. So far, I have managed to…

thisbytes
- 797
- 1
- 5
- 14
16
votes
9 answers
How to change ActionMode background color in Android
i am creating an android app in which support level api is 7 so i am using sherlock actionbar. I am using action mode in it.
Issue is i want to change the background of action mode. So i have tried
-

Love Garg
- 406
- 1
- 5
- 17
8
votes
3 answers
Action mode bar pushing down the Toolbar
In my app I'm using the Toolbar as explained in the official documentation (v7 appcompat support library, Theme.Appcompat.Light.NoActionBar, android.support.v7.widget.Toolbar, setSupportActionBar(myToolbar)):…

iClaude
- 163
- 1
- 9
6
votes
1 answer
Transparent status bar covers Action Mode on Kitkat
I have an activity with the fragment. From this fragment I call method to show Contextual Action Bar and here is my problem.
Styles: