安卓Tab布局设计库

3

我正在使用来自新的android.support.design.widget包的TabLayout。

<android.support.design.widget.TabLayout
        android:id="@+id/tabs"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:tabGravity="fill"
        app:tabIndicatorColor="@android:color/white"
        app:tabMode="fixed" />

但在平板电脑上,它们看起来像这样:

enter image description here

如何拉伸它们以填满整个宽度。谢谢。
1个回答

5

非常感谢,它帮助了我。很抱歉,我没有看到那篇文章。 - Raman Branavitski

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接