It's may help you, try it.
The key answer is android:windowActionModeOverlay
in res/style.xml define a new theme extends your original theme:
or just add a line true in your theme if you have already defined one.
Make your Activity use the theme defined above in AndroidManifest.xml: