[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/552: Use EngineViewBottomBehavior to draw bottom-aligned web content above the toolbar.

pull/600/head
Sebastian Kaspari 5 years ago committed by Emily Kager
parent c391139359
commit 4bbd0100ce

@ -14,7 +14,8 @@
<mozilla.components.concept.engine.EngineView <mozilla.components.concept.engine.EngineView
android:id="@+id/engineView" android:id="@+id/engineView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"/> android:layout_height="match_parent"
app:layout_behavior="mozilla.components.feature.session.behavior.EngineViewBottomBehavior"/>
<androidx.core.widget.NestedScrollView <androidx.core.widget.NestedScrollView
android:id="@+id/nestedScrollQuickAction" android:id="@+id/nestedScrollQuickAction"

Loading…
Cancel
Save