美文网首页
Android TabLayout 在宽屏幕上tab不能平均分配

Android TabLayout 在宽屏幕上tab不能平均分配

作者: Tonki | 来源:发表于2018-01-15 11:20 被阅读0次

    如下设置即可:
    <android.support.design.widget.TabLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:tabMaxWidth="0dp"
    app:tabGravity="fill"
    app:tabMode="fixed" />

    原文连接: http://blog.csdn.net/chenli_001/article/details/72844139

    相关文章

      网友评论

          本文标题:Android TabLayout 在宽屏幕上tab不能平均分配

          本文链接:https://www.haomeiwen.com/subject/dwproxtx.html