I want to remove the shadow below the ActionBar.
I know that I need to change the elevation to 0dp, but I want to do it in the theme.
For Android 4.4- I use : <item name="android:windowContentOverlay">@null</item>
But is it possible for Android 5.0 ?
As shown by Antonio Jose, here is an answer : Remove shadow below actionbar
For Android 5.0, if you want to set it directly into a style use:
and for Support library compatibility use:
Example of style for a AppCompat light theme:
Then apply this custom ActionBar style to you app theme:
For pre 5.0 Android, add this too to your app theme: