Make extensions/migration tabs full width

This commit is contained in:
Jays2Kings 2021-03-26 13:04:12 -04:00
parent 29c2ffb604
commit 9f7ec72cf9

View File

@ -51,6 +51,7 @@
app:tabTextColor="@color/tabs_selector_background"
app:tabIndicatorColor="?attr/colorAccent"
app:tabRippleColor="@color/rippleColor"
app:tabMaxWidth="0dp"
app:tabGravity="fill"
app:tabMode="fixed" />
</LinearLayout>