Overlay image on Action Bar
问题 How do I overlay image over an Action Bar and status bar ? Here is what I want it to look like - I read this but it gives different results than what I want. The Action Bar still has some opacity and the status bar has no effect at all. Is there any way to do this? 回答1: Add these two lines of code to your styles-v21.xml file: <item name="android:windowTranslucentStatus">true</item> <item name="windowActionModeOverlay">true</item> Edit: You want it in the v21 file because Android versions