I made an application with android.support.design.widget.TabLayout, and when I switch the application to landscape mode, the tab will not fit into the window. Please help, thanks in advance.
Try the following:
<android.support.design.widget.TabLayout android:layout_width="match_parent" android:layout_height="wrap_content" app:tabMaxWidth="0dp" app:tabGravity="fill" app:tabMode="fixed" />