From aa8a05d118996c527d93888403ed5ce10397b409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20=C3=87erri?= <64997243+deniscerri@users.noreply.github.com> Date: Sun, 18 Sep 2022 13:53:51 +0200 Subject: [PATCH] fixed history recyclerview padding --- app/src/main/res/layout/fragment_history.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/fragment_history.xml b/app/src/main/res/layout/fragment_history.xml index 8de9b86e..4e8f2a8e 100644 --- a/app/src/main/res/layout/fragment_history.xml +++ b/app/src/main/res/layout/fragment_history.xml @@ -33,6 +33,8 @@ android:scrollbars="vertical" android:nestedScrollingEnabled="false" android:layout_margin="10dp" + android:clipToPadding="false" + android:paddingBottom="150dp" app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" >