TabLayout占不满屏幕所有宽度

来源:互联网 发布:js中的if else 编辑:程序博客网 时间:2024/05/22 10:38

无奈仅仅附上解决办法,好记性不如烂笔头,发现好多以前解决的问题 现在再遇见还是要百度…

<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" />
0 0
原创粉丝点击