Remove highlight on press in tablayout

前端 未结 2 1606
北荒
北荒 2021-01-05 07:52

How to disable this highlight on pressing the tab. I have been searching for half an hour and couldn\'t figure it out. I am using tablayout.

2条回答
  •  既然无缘
    2021-01-05 08:07

    Add the below line to your XML:

    app:tabRippleColor="@android:color/transparent"
    

提交回复
热议问题