6
我與android.support.design.widget.TabLayout一個應用程序,當我切換到應用程序橫向模式時,選項卡不適合窗口。請提前幫助,謝謝。
我與android.support.design.widget.TabLayout一個應用程序,當我切換到應用程序橫向模式時,選項卡不適合窗口。請提前幫助,謝謝。
試試這個:
<android.support.design.widget.TabLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMaxWidth="0dp"
app:tabGravity="fill"
app:tabMode="fixed" />
感謝@abhishek帕特爾,我忘了把應用程序:tabMaxWidth = 「0dp」 – MaAc