Unable to style action mode when using Toolbar
问题 I'm not sure if this is a bug or somehow I'm not using the new Toolbar class properly. I'm able to successfully theme the ActionBar directly using one of the available themes. This also allows me to theme the ActionMode. Everything works perfect as expected. Here is how I'm doing that. <style name="Theme.ActionBar" parent="@style/Theme.AppCompat.Light.DarkActionBar"> <item name="actionModeBackground">@drawable/action_mode_background</item> </style> Now I'm looking for a little more