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 >
I try app:elevation="0dp" work and android:elevation="0dp" does not work in AppBarLayout
app:elevation="0dp"
android:elevation="0dp"
AppBarLayout