程诺陪你学Android

Android TabLayout占不满屏幕宽度

2019-05-22  本文已影响18人  程思扬

刚好在用到原生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" />
上一篇下一篇

猜你喜欢

热点阅读