Issue #552: Use EngineViewBottomBehavior to draw bottom-aligned web content above the toolbar.

nightly-build-test
Sebastian Kaspari 5 years ago committed by Emily Kager
parent c5e5ef4b25
commit d894ea6702

@ -14,7 +14,8 @@
<mozilla.components.concept.engine.EngineView
android:id="@+id/engineView"
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
android:id="@+id/nestedScrollQuickAction"

Loading…
Cancel
Save