Remove the shadow below TabLayout on android
I'm assuming your TabLayout
is inside AppBarLayout
, that shadow comes with AppBarLayout
, add this app:elevation="0dp"
to that widget and I believe you're good to go.
I try app:elevation="0dp"
work and android:elevation="0dp"
does not work
in AppBarLayout