Can't seem to style the ActionMode background.
I've already overridden actionbar background but setting the ActionMode background doesn't seem to work:
<style name="Theme.apptheme" parent="@style/Theme.Sherlock.Light.DarkActionBar">
...
<item name="actionBarStyle">@style/Widget.Styled.ActionBar</item>
<item name="actionModeBackground">@drawable/actionmode_background</item>
<item name="actionModeSplitBackground">@drawable/actionmode_split</item>
...
</style>
Any idea how to accomplish this?