From 9e7a2552eba2d2180d166fb1f4a0de6a32681fe3 Mon Sep 17 00:00:00 2001 From: pmj1459 <76741702+minju1459@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:34:24 +0900 Subject: [PATCH] =?UTF-8?q?[fix/#169]=20=EC=A7=81=EA=B4=80=20=ED=9B=84?= =?UTF-8?q?=EA=B8=B0=20=EB=93=B1=EB=A1=9D=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/fragment_select_review_type_dialog.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml b/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml index 669be31e..5e4d98f6 100644 --- a/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml +++ b/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml @@ -133,8 +133,8 @@ android:layout_height="wrap_content" android:layout_marginTop="5dp" android:gravity="center" - android:paddingHorizontal="51dp" - android:text="전반적인 경기의 순간을 간직해요" + android:paddingHorizontal="24dp" + android:text="날씨, 경기 기록 등 나만의 순간을 간직해요" android:textAppearance="@style/TextAppearance.Spot.Body03" android:textColor="@color/color_foreground_caption" app:layout_constraintEnd_toEndOf="parent"