From 46d209940265183e904b7449433d96d3b98d3274 Mon Sep 17 00:00:00 2001 From: vrexpert Date: Thu, 29 Feb 2024 14:16:36 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat(HomeActivity):=20=EB=84=A4=EB=B9=84?= =?UTF-8?q?=EA=B2=8C=EC=9D=B4=EC=85=98=20=EC=83=81=EB=8B=A8=EC=97=90=20?= =?UTF-8?q?=EC=A4=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../presentation/src/main/res/layout/activity_home.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/festago/presentation/src/main/res/layout/activity_home.xml b/android/festago/presentation/src/main/res/layout/activity_home.xml index e7ef18b23..6807c6ccd 100644 --- a/android/festago/presentation/src/main/res/layout/activity_home.xml +++ b/android/festago/presentation/src/main/res/layout/activity_home.xml @@ -25,5 +25,11 @@ app:layout_constraintBottom_toBottomOf="parent" app:menu="@menu/menu_bottom_navigation" /> + + From 9cb8194061bfa02d412376f6370dd564350fbc76 Mon Sep 17 00:00:00 2001 From: vrexpert Date: Thu, 29 Feb 2024 14:18:05 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat(HomeActivity):=20=EB=84=A4=EB=B9=84?= =?UTF-8?q?=EA=B2=8C=EC=9D=B4=EC=85=98=20=EC=83=81=EB=8B=A8=EC=97=90=20?= =?UTF-8?q?=EC=A4=84=20=EC=95=84=EC=9D=B4=EB=94=94=20=EC=A0=95=EC=9D=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../festago/presentation/src/main/res/layout/activity_home.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/festago/presentation/src/main/res/layout/activity_home.xml b/android/festago/presentation/src/main/res/layout/activity_home.xml index 6807c6ccd..984cbe640 100644 --- a/android/festago/presentation/src/main/res/layout/activity_home.xml +++ b/android/festago/presentation/src/main/res/layout/activity_home.xml @@ -26,6 +26,7 @@ app:menu="@menu/menu_bottom_navigation" />