From c49cc0b119deaf3f641ae29269dec286c9cdf0d4 Mon Sep 17 00:00:00 2001 From: X1nto Date: Mon, 11 May 2020 00:06:54 +0400 Subject: [PATCH] home fragment padding bottom --- app/src/main/res/layout/fragment_home.xml | 71 ++++++++++------------- 1 file changed, 32 insertions(+), 39 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index fa5f03fa..76e89cf1 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -3,7 +3,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent" + android:layout_height="wrap_content" + android:paddingBottom="12dp" android:fillViewport="true" android:scrollbars="none"> @@ -25,50 +26,42 @@ android:visibility="gone" tools:visibility="visible"/> - + android:layout_marginStart="@dimen/stdp" + android:layout_marginEnd="@dimen/stdp" /> - + - - - + - - - +