如何设置仅显示一个居中标签标签的标签布局

时间:2018-10-19 02:44:35

标签: java android android-studio android-tablayout

这是我的应用的外观:enter image description here

这是我的xml:

<android.support.design.widget.TabLayout
    android:id="@+id/tab_layout"
    android:layout_width="match_parent"
    android:layout_height="?actionBarSize"
    android:background="@color/colorPrimary"
    app:tabIndicator="@color/colorAccent"
    app:tabGravity="center"
    app:tabMinWidth="0dp"
    app:tabMode="scrollable"
    >
</android.support.design.widget.TabLayout>

<android.support.v4.view.ViewPager
    android:id="@+id/view_pager"
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_weight="1" />

我尝试更改tabGravity和tab max / minWidth,但没有任何改变

0 个答案:

没有答案