TabLayout占不满屏幕所有宽度

时间:2018-08-24 20:26:36   收藏:0   阅读:351

 

<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" />

  

原文:https://www.cnblogs.com/jooy/p/9531839.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!