码迷,mamicode.com
首页 > 其他好文 > 详细

TabLayout占不满屏幕所有宽度

时间:2018-08-24 20:44:41      阅读:393      评论:0      收藏:0      [点我收藏+]

标签:android   match   wrap   str   maxwidth   highlight   sig   gravity   support   

 

<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占不满屏幕所有宽度

标签:android   match   wrap   str   maxwidth   highlight   sig   gravity   support   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!