From 6337710b9d1d9cc3e5db3119f19ac14d07ebd23c Mon Sep 17 00:00:00 2001 From: inseonyun Date: Thu, 19 Oct 2023 10:51:43 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20Home=20Study=20Margin=20=EA=B0=92?= =?UTF-8?q?=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/res/layout/fragment_home.xml | 1 - android/app/src/main/res/layout/item_home_study_list.xml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/layout/fragment_home.xml b/android/app/src/main/res/layout/fragment_home.xml index 22f02a71..fe1ce597 100644 --- a/android/app/src/main/res/layout/fragment_home.xml +++ b/android/app/src/main/res/layout/fragment_home.xml @@ -56,7 +56,6 @@ android:id="@+id/rv_home" android:layout_width="0dp" android:layout_height="0dp" - android:layout_marginTop="20dp" android:layout_marginStart="20dp" android:layout_marginEnd="20dp" android:orientation="vertical" diff --git a/android/app/src/main/res/layout/item_home_study_list.xml b/android/app/src/main/res/layout/item_home_study_list.xml index 538520c4..16ebc4e0 100644 --- a/android/app/src/main/res/layout/item_home_study_list.xml +++ b/android/app/src/main/res/layout/item_home_study_list.xml @@ -23,7 +23,8 @@ android:id="@+id/cl_home_study_list_item" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_marginBottom="20dp" + android:layout_marginTop="12dp" + android:layout_marginBottom="12dp" android:background="@drawable/bg_rectangle_radius_10dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"