From 3260cbd986c4fd7deb56c68058d7e604e1e138f0 Mon Sep 17 00:00:00 2001 From: VaishnaviShri Date: Sat, 3 Apr 2021 15:19:06 +0530 Subject: [PATCH] For #8545: Fix unnecessary scroll in home screen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the height of the recycler view inside the home fragment to ‘wrap_content’ to avoid scrolling if the viewport is not filled with elements. Closes #8545 --- app/src/main/res/layout/fragment_home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 0c344615b8..60389d7657 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -65,7 +65,7 @@