79619007

Date: 2025-05-13 05:47:08
Score: 0.5
Natty:
Report link

Make the TabLayout scrollable like this:

<com.google.android.material.tabs.TabLayout
    android:id="@+id/tab_layout"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:tabMode="scrollable" />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Manabu Nakamura