diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-02-11 10:14:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-11 10:14:46 +0100 |
commit | f9839aba99808c453fe2daa04b08652ae750b18a (patch) | |
tree | c638fbcd139ad91311bbaed74d0821cc45d50133 /ui/common | |
parent | f9076cc8e367a7425a79f0dca7e36fe65161fddd (diff) | |
download | AntennaPod-f9839aba99808c453fe2daa04b08652ae750b18a.zip |
Don't break tab labels into multiple lines on small devices (#6313)
Diffstat (limited to 'ui/common')
-rw-r--r-- | ui/common/src/main/res/layout/pager_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/common/src/main/res/layout/pager_fragment.xml b/ui/common/src/main/res/layout/pager_fragment.xml index 3987b871d..e479259d5 100644 --- a/ui/common/src/main/res/layout/pager_fragment.xml +++ b/ui/common/src/main/res/layout/pager_fragment.xml @@ -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 |