I made an application with android.support.design.widget.TabLayout and when I am switching the app into landscape mode, the tab will not fit into the window. Please help, thanks in advance.
Try this:
<android.support.design.widget.TabLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMaxWidth="0dp"
app:tabGravity="fill"
app:tabMode="fixed" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With