Don't break tab labels into multiple lines on small devices (#6313)

This commit is contained in:
ByteHamster 2023-02-11 10:14:46 +01:00 committed by GitHub
parent f9076cc8e3
commit f9839aba99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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