TabLayout使用指南
基本操作
implementation 'com.android.support:design:28.0.0'<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<android.support.design.widget.TabLayout
android:id="@+id/tabLayout"
android:layout_width="match_parent"
android:layout_height="56dp">
</android.support.design.widget.TabLayout>
</android.support.constraint.ConstraintLayout>
xml属性说明
修改指示器

修改文字样式
修改tab样式
集成ViewPager
总结
参考内容
Last updated











