I\'m referencing a great demo here regarding material design. It has tabs, but when I add too many the tab items get squished (see screenshot). How can I make it scroll hori
You can add this app:tabMode="scrollable" to your android.support.design.widget.TabLayout
app:tabMode="scrollable"
android.support.design.widget.TabLayout