2016-03-23 54 views

回答

11

試試這個:

<android.support.design.widget.TabLayout 
    android:layout_width="match_parent" 
    android:layout_height="wrap_content" 
    app:tabMaxWidth="0dp" 
    app:tabGravity="fill" 
    app:tabMode="fixed" /> 
+0

感謝@abhishek帕特爾,我忘了把應用程序:tabMaxWidth = 「0dp」 – MaAc