I'm trying to figure out how to change the color of the contextual action bar menu (CAB) for example i want to have red CAB in my app,and i use the CAB in one of my fragments, Any help would be appreciated! Thanks!
Asked
Active
Viewed 1,251 times
2 Answers
2
You need to add following in your theme defined under styles.xml
,
<item name="android:actionBarStyle">@style/Widget.Styled.ActionBar</item>
<item name="android:actionModeBackground">@drawable/actionmode_background</item>`

Fabian N.
- 3,807
- 2
- 23
- 46

Mehul Joisar
- 15,348
- 6
- 48
- 57