Fixed browse extensions tab name being cut in half
This commit is contained in:
parent
6bd564823a
commit
ce332f4492
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class BrowseController :
|
|||
override fun configureTabs(tabs: TabLayout) {
|
||||
with(tabs) {
|
||||
tabGravity = TabLayout.GRAVITY_FILL
|
||||
tabMode = TabLayout.MODE_FIXED
|
||||
tabMode = TabLayout.MODE_AUTO
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue