如下设置即可:
<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
网友评论