1、去掉点击效果(涟漪)
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/purple_200"//背景颜色
app:tabRippleColor="@null"//去掉点击tab涟漪效果
app:tabMode="scrollable"//可以滚动tab:auto-紧凑居中,fixed-宽度均分,scrollable-可以滚动
app:tabIndicatorHeight="0dp"//去掉下划线指示标
/>
剩下的看这篇博客就可以了:Android原生TabLayout使用全解析,看这篇就够了