如何去除ActionBar中图标的阴影?

How to remove the shadow of icons in ActionBar?

如何去除ActionBar中的阴影?

例如:

当我触摸我的图标时,出现了阴影,如何去除它?

[ADD]它与ToolBar不同,当我使用ToolBar Theme时,出现资源未找到的错误。

[添加] 此应用 运行 在 Android 4.4

也许这是useful.I集

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

其中'actionbar_button_background'与ActionBar背景色相同