make the detail view fill the viewport

This commit is contained in:
Johan von Forstner
2020-03-29 22:42:43 +02:00
parent eafe3be6b8
commit 2bdda21c42

View File

@@ -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"