[fenix] For https://github.com/mozilla-mobile/fenix/issues/11430 - Gives enough padding to the tab tray give adequate space for the fab

pull/600/head
Jeff Boek 4 years ago committed by Emily Kager
parent 9c7476a560
commit 59db888d3b

@ -108,7 +108,7 @@
android:id="@+id/tabsTray"
android:layout_width="0dp"
android:layout_height="0dp"
android:paddingBottom="80dp"
android:paddingBottom="140dp"
android:clipToPadding="false"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"

Loading…
Cancel
Save