From 3023dc68b8fa379253b7f079537b1c0c9c4a909c Mon Sep 17 00:00:00 2001 From: BENDENG1 <76191161+BENDENG1@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:07:08 +0900 Subject: [PATCH] =?UTF-8?q?#86=20fix=20:=20=EB=B0=94=ED=85=80=20=EC=8B=9C?= =?UTF-8?q?=ED=8A=B8=20=EB=B2=84=ED=8A=BC=20=EC=9E=98=EB=A6=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aos/app/src/main/res/layout/bottom_sheet_restaurant.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Aos/app/src/main/res/layout/bottom_sheet_restaurant.xml b/Aos/app/src/main/res/layout/bottom_sheet_restaurant.xml index 43068218..1fc80baf 100644 --- a/Aos/app/src/main/res/layout/bottom_sheet_restaurant.xml +++ b/Aos/app/src/main/res/layout/bottom_sheet_restaurant.xml @@ -139,12 +139,14 @@ android:layout_height="wrap_content" android:layout_marginTop="20dp" android:layout_marginEnd="20dp" + android:layout_marginBottom="2dp" android:background="@drawable/rect_primary3fill_nostroke_radius10" android:minHeight="0dp" android:paddingHorizontal="8dp" android:paddingVertical="4dp" android:text="@string/bottom_add_btn" android:visibility="@{item.inMyList ? View.INVISIBLE : View.VISIBLE}" + app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/btn_go_review" app:layout_constraintTop_toBottomOf="@id/tv_review_count_label" /> @@ -153,12 +155,13 @@ style="@style/TextSmallBold" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="28dp" + android:layout_marginBottom="2dp" android:background="@drawable/rect_primary3fill_nostroke_radius10" android:minHeight="0dp" android:paddingHorizontal="8dp" android:paddingVertical="4dp" android:text="@string/bottom_review_btn" + app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="@id/btn_add_my_restaurant" />