Remove the shadow below TabLayout on android

后端 未结 4 864
栀梦
栀梦 2021-02-19 11:21

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

4条回答
  •  猫巷女王i
    2021-02-19 11:43

    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.

提交回复
热议问题