From 2bdda21c4280ebe89b0788cd3bf7ec7fd3309209 Mon Sep 17 00:00:00 2001 From: Johan von Forstner Date: Sun, 29 Mar 2020 22:42:43 +0200 Subject: [PATCH] make the detail view fill the viewport --- app/src/main/res/layout/activity_maps.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/activity_maps.xml b/app/src/main/res/layout/activity_maps.xml index 14b8f91e..b100efa0 100644 --- a/app/src/main/res/layout/activity_maps.xml +++ b/app/src/main/res/layout/activity_maps.xml @@ -69,6 +69,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true" + android:fillViewport="true" android:orientation="vertical" app:anchorPoint="@dimen/gallery_height" app:behavior_hideable="true"