From db67c8b275512b94711d6d2246c30a944144476c Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Wed, 24 Apr 2019 12:06:12 -0400 Subject: [PATCH] [MINOR] Added fill viewport property to take full height. On large tablet you could still see empty space at the bottom. --- app/src/main/res/layout/demo_movie_details.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/demo_movie_details.xml b/app/src/main/res/layout/demo_movie_details.xml index 87ddd02..ae22024 100644 --- a/app/src/main/res/layout/demo_movie_details.xml +++ b/app/src/main/res/layout/demo_movie_details.xml @@ -19,10 +19,12 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:fillViewport="true">