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

2018-01-15  本文已影响0人  Tonki

如下设置即可:
<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

上一篇 下一篇

猜你喜欢

热点阅读