TabLayout占不满屏幕所有宽度
Posted jooy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TabLayout占不满屏幕所有宽度相关的知识,希望对你有一定的参考价值。
<android.support.design.widget.TabLayout
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMaxWidth="0dp"
app:tabGravity="fill"
app:tabMode="fixed" />
以上是关于TabLayout占不满屏幕所有宽度的主要内容,如果未能解决你的问题,请参考以下文章
如何从(和替换)TabLayout 和 ViewPager 移动到新片段?