[fenix] For https://github.com/mozilla-mobile/fenix/issues/15559: Allow tabs to stretch in landscape mode for tablets.

This overrides the default tabMaxWidth of 264dp to allow for tabGravity="fill".
pull/600/head
mcarare 4 years ago committed by ekager
parent a846743af4
commit 1589942479

@ -112,6 +112,7 @@
android:id="@+id/tab_layout"
android:layout_width="0dp"
android:layout_height="80dp"
app:tabMaxWidth="0dp"
android:background="@color/foundation_normal_theme"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"

Loading…
Cancel
Save