xml中TabLayout的配置

来源:互联网 发布:阿里云短信授权书 编辑:程序博客网 时间:2024/06/05 23:04
  android:id="@+id/tab"
        app:tabGravity="center"
        app:tabIndicatorColor="@color/colorAccent"
        app:tabMode="scrollable"
        app:tabSelectedTextColor="@color/colorPrimaryDark"
        app:tabTextColor="@color/colorPrimary"
        android:layout_width="match_parent"
        android:layout_height="40dp"