Remove the shadow below TabLayout on android
问题 I'm trying to remove the shadow below tabs while using TabLayout, which is defined in a normal layout (and not as a part of a toolbar or actionbar). Setting theme as <item name="android:windowContentOverlay">@null<item/> or <item name="windowContentOverlay">@null<item/> didn't work. Also, setting elevation to 0 didn't help either. <android.support.design.widget.TabLayout xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/sliding_tabs" android:layout_width="match_parent"