How can I remove android actionbar Shadow
问题 I'm using Android Studio for programming. Target SDK is 23 and Minimum SDK is 15 I'm trying to remove the shadow between my actionbar and my sliding tab layout. But I'm not able to. Note : The shadow is only visible in Android 5 and upper. I have used <item name="elevation">0dp</item> and getSupportActionBar().setElevation(0); But still it doesn't work... My Style.xml <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light"> <!-- Customize your theme