Don't break tab labels into multiple lines on small devices (#6313)
This commit is contained in:
parent
f9076cc8e3
commit
f9839aba99
|
@ -26,7 +26,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/windowBackground"
|
||||
app:tabBackground="?attr/selectableItemBackground"
|
||||
app:tabMode="fixed"
|
||||
app:tabMode="auto"
|
||||
app:tabGravity="fill" />
|
||||
|
||||
<androidx.viewpager2.widget.ViewPager2
|
||||
|
|
Loading…
Reference in New Issue