From 4bbd0100ced4460f83fcdaac5fdc78ec85dc8491 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 15 May 2019 09:43:51 -0400 Subject: [PATCH] [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/552: Use EngineViewBottomBehavior to draw bottom-aligned web content above the toolbar. --- app/src/main/res/layout/fragment_browser.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_browser.xml b/app/src/main/res/layout/fragment_browser.xml index c1fdaa405f..40ecf699f2 100644 --- a/app/src/main/res/layout/fragment_browser.xml +++ b/app/src/main/res/layout/fragment_browser.xml @@ -14,7 +14,8 @@ + android:layout_height="match_parent" + app:layout_behavior="mozilla.components.feature.session.behavior.EngineViewBottomBehavior"/>