Fixed browse extensions tab name being cut in half
This commit is contained in:
parent
6bd564823a
commit
ce332f4492
@ -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…
x
Reference in New Issue
Block a user