From e5737b3e0a671030ca8f9fc4a02ad26df6505346 Mon Sep 17 00:00:00 2001 From: Sangwook123 Date: Thu, 10 Aug 2023 11:18:13 +0900 Subject: [PATCH] =?UTF-8?q?[ui]=20#104=20=EB=AA=A9=ED=91=9C=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=B0=94=ED=85=80=EC=8B=9C=ED=8A=B8=20=EB=A7=88?= =?UTF-8?q?=EC=A7=84=20=EA=B0=92=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout/fragment_target_amount_bottom_sheet.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/fragment_target_amount_bottom_sheet.xml b/app/src/main/res/layout/fragment_target_amount_bottom_sheet.xml index f6364c15..89fcad72 100644 --- a/app/src/main/res/layout/fragment_target_amount_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_target_amount_bottom_sheet.xml @@ -1,7 +1,6 @@ + xmlns:app="http://schemas.android.com/apk/res-auto"> @@ -43,7 +42,7 @@ android:id="@+id/tv_target_amount_set_amount" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="16dp" + android:layout_marginStart="20dp" android:layout_marginTop="18dp" android:text="@string/target_amount_set_amount" android:textAppearance="@style/TextAppearance.WINEY.Headline_b_18_xl" @@ -56,7 +55,7 @@ style="?textInputOutlinedStyle" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_marginHorizontal="16dp" + android:layout_marginHorizontal="20dp" android:layout_marginTop="8dp" app:boxStrokeColor="@drawable/sel_target_amount_til_stroke_color" app:boxStrokeErrorColor="@color/red_500" @@ -113,7 +112,7 @@ android:id="@+id/tv_target_amount_set_day" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="16dp" + android:layout_marginStart="20dp" android:layout_marginTop="34dp" android:text="@string/target_amount_set_day" android:textAppearance="@style/TextAppearance.WINEY.Headline_b_18_xl" @@ -126,7 +125,7 @@ style="?textInputOutlinedStyle" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_marginHorizontal="16dp" + android:layout_marginHorizontal="20dp" android:layout_marginTop="8dp" app:boxStrokeColor="@drawable/sel_target_amount_til_stroke_color" app:boxStrokeErrorColor="@color/red_500"