From 7ebe91ce01b0982f56d3635d06728c8a03a1d073 Mon Sep 17 00:00:00 2001 From: HeCodes2Much Date: Fri, 29 Nov 2024 17:57:52 +0000 Subject: [PATCH] I have added the MarginHorizontal back to the top section of home. --- app/src/main/res/layout/fragment_home.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 1239595..0b33ca8 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -41,6 +41,7 @@ android:id="@+id/blockView" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginHorizontal="20dp" android:layout_marginTop="16dp" android:orientation="vertical">