From df1cda0b52c54a3e9ba45e1b74e8bcd623928935 Mon Sep 17 00:00:00 2001 From: Emily Kager Date: Tue, 16 Jul 2019 12:26:35 -0700 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/3998 - Make Turn On Sync Fragment scrollable in landscape --- app/src/main/res/layout/fragment_turn_on_sync.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_turn_on_sync.xml b/app/src/main/res/layout/fragment_turn_on_sync.xml index e44e5779f0..838ddcb34e 100644 --- a/app/src/main/res/layout/fragment_turn_on_sync.xml +++ b/app/src/main/res/layout/fragment_turn_on_sync.xml @@ -2,10 +2,11 @@ - + android:layout_height="match_parent" + android:fillViewport="true"> - \ No newline at end of file + \ No newline at end of file