0

How to remove the shadow in ActionBar ?

For Example :

enter image description here

When I touch my icon,the shadow appear,so how to remove it?

[ADD] It's different from ToolBar,when I use ToolBar Theme,I got a resource not found error.

[ADD] This app is running at Android 4.4

1 Answers1

0

Maybe this is useful.I set

<item name="android:actionBarItemBackground">@color/actionbar_button_background</item>

Which the 'actionbar_button_background' is same of the ActionBar background Color.