Browse Source

fix AccountActivity tabs not stretching on tablets

pull/720/head
Conny Duck 8 years ago
parent
commit
f50cac4b0c
  1. 1
      app/src/main/res/layout/activity_account.xml

1
app/src/main/res/layout/activity_account.xml

@ -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" />

Loading…
Cancel
Save