From 44872a3e585a85d2b5e72bbdaf8a1b08c0213638 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Patel Date: Sun, 19 Apr 2020 02:29:13 +0530 Subject: [PATCH] Fix hidden item in updates page --- app/src/main/res/layout/fragment_updates.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/fragment_updates.xml b/app/src/main/res/layout/fragment_updates.xml index aba8554d3..24331cb51 100644 --- a/app/src/main/res/layout/fragment_updates.xml +++ b/app/src/main/res/layout/fragment_updates.xml @@ -86,6 +86,8 @@ android:id="@+id/recycler" android:layout_width="match_parent" android:layout_height="match_parent" + android:clipToPadding="false" + android:paddingBottom="@dimen/margin_bottom" android:scrollbars="vertical" tools:listitem="@layout/item_updates" />