删除操作栏 FragmentActivity 下面的阴影

Remove shadow below actionbar FragmentActivity

仍然无法去除操作栏下方的阴影。 我正在使用 SlidingTabLayout、SlidingTabStrip 和 FragmentActivity。

我已经试过了:

actionBar.setBackgroundDrawable();

在 SlidingTabLayout 中:

tabTitleView.setTextColor(); 
tabTitleView.setBackgroundColor();

但是,在 tabTitleView 中设置背景颜色时,阴影消失了,但我再也看不到指示器颜色了。

I found solution on the reddit,您应该在 style.xml

中默认将 windowContentOverlay 设置为 @null

Or try this method from Android SDK到你的操作栏