将下面代码添加到APP theme里面:
<style name="MyAppTheme" parent="android:Theme.Holo.Light">
<item name="android:windowContentOverlay">@null</item>
</style>
在android5.0有所改变,必须在actionbar中调用setElevation(0)方法。
将下面代码添加到APP theme里面:
<style name="MyAppTheme" parent="android:Theme.Holo.Light">
<item name="android:windowContentOverlay">@null</item>
</style>