fix AccountActivity tabs not stretching on tablets

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

View File

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