From 2057d4cef688735ab47eee89cb1c43deb477df58 Mon Sep 17 00:00:00 2001 From: RafaRamos Date: Fri, 5 Jan 2024 19:05:14 +0100 Subject: [PATCH] Tweak home layout --- app/src/main/res/layout/fragment_home.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index be3d61dcd..005294f13 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -35,7 +35,8 @@ android:id="@+id/featuredRV" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginHorizontal="10dp" + android:paddingHorizontal="10dp" + android:clipToPadding="false" android:nestedScrollingEnabled="false" android:visibility="gone" /> @@ -48,7 +49,8 @@ android:id="@+id/watchingRV" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginHorizontal="10dp" + android:paddingHorizontal="10dp" + android:clipToPadding="false" android:nestedScrollingEnabled="false" android:visibility="gone" />