fix AccountActivity tabs not stretching on tablets

This commit is contained in:
Conny Duck 2018-07-12 22:21:51 +02:00
parent bda9b3b764
commit 549b527a10
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@
android:background="?android:colorBackground"
app:tabGravity="fill"
app:tabIndicatorHeight="3dp"
app:tabMaxWidth="0dp"
app:tabSelectedTextColor="?attr/colorAccent"
app:tabTextAppearance="@style/TuskyTabAppearance" />