fix AccountActivity tabs on tablets
This commit is contained in:
parent
c869886c19
commit
c04bcc26d5
1 changed files with 1 additions and 2 deletions
|
@ -279,9 +279,8 @@
|
||||||
style="@style/TuskyTabAppearance"
|
style="@style/TuskyTabAppearance"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_horizontal"
|
|
||||||
android:background="?android:colorBackground"
|
android:background="?android:colorBackground"
|
||||||
app:tabGravity="fill"
|
app:tabGravity="center"
|
||||||
app:tabMode="fixed"
|
app:tabMode="fixed"
|
||||||
app:tabTextAppearance="@style/TuskyTabAppearance" />
|
app:tabTextAppearance="@style/TuskyTabAppearance" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue