1
TabLayout
のタブ項目の幅を小さくする必要があります。私は解決策を見つけるのに多くの時間を費やしましたが、それは簡単ではないようです。ここに私のレイアウトは次のとおりです。アンドロイドのTabLayoutでタブ項目の幅を減らす方法は?
<android.support.v4.view.ViewPager
android:id="@+id/pager_chapter"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.design.widget.TabLayout
android:id="@+id/tabs_chapter"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMode="scrollable" />
ありがとうございました。これにより、タブ項目が非表示になります。 –