使用tabMode = scrollable(标签数量较少),标签不适合屏幕

时间:2016-08-16 22:55:27

标签: android

我使用viewpager制作了一个tablayout,并在可滚动模式下使用了tablayout:

    <android.support.design.widget.TabLayout
    android:id="@+id/tab_layout_movie"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_below="@+id/toolbar"
    android:background="?attr/colorPrimary"
    android:elevation="6dp"
    android:minHeight="?attr/actionBarSize"
    app:tabMode="scrollable"

    android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"/>

当显示的标签很少时会出现问题,此处标签不适合屏幕。我已经尝试将maxWidth设置为0dp并且tabGravity = fill和center无效...

实际上有更多数量的标签,这不是问题。enter image description here

0 个答案:

没有答案