From 22f90b2e40262fe9ab566507479c0f92cf00d31c Mon Sep 17 00:00:00 2001 From: klaus Date: Sat, 22 Mar 2025 00:29:23 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EA=B0=80=EC=9E=85,=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=9E=85=EB=A0=A5=EC=B0=BD=20?= =?UTF-8?q?=EC=86=8D=EC=84=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_login.xml | 42 ++++++++++++--------- app/src/main/res/layout/activity_signup.xml | 41 +++++++++++--------- 2 files changed, 49 insertions(+), 34 deletions(-) diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml index d998fe4..a46e775 100644 --- a/app/src/main/res/layout/activity_login.xml +++ b/app/src/main/res/layout/activity_login.xml @@ -38,24 +38,28 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="13.3dp" - android:hint="이메일" - app:boxBackgroundColor="@color/color_cc333333" + android:layout_marginTop="20dp" + android:background="@drawable/bg_round_corner_6_7_cc333333" + android:hint="" + android:textColorHint="@color/color_777777" app:boxBackgroundMode="filled" - app:boxCornerRadiusBottomEnd="6.7dp" - app:boxCornerRadiusBottomStart="6.7dp" - app:boxCornerRadiusTopEnd="6.7dp" - app:boxCornerRadiusTopStart="6.7dp" - app:boxStrokeColor="@color/color_cc333333"> + app:boxStrokeWidth="0dp" + app:boxStrokeWidthFocused="0dp" + app:hintEnabled="false" + app:hintTextColor="@color/color_777777"> @@ -64,25 +68,29 @@ android:layout_height="wrap_content" android:layout_marginHorizontal="13.3dp" android:layout_marginTop="16dp" - android:hint="비밀번호" - app:boxBackgroundColor="@color/color_cc333333" + android:background="@drawable/bg_round_corner_6_7_cc333333" + android:hint="" + android:textColorHint="@color/color_777777" app:boxBackgroundMode="filled" - app:boxCornerRadiusBottomEnd="6.7dp" - app:boxCornerRadiusBottomStart="6.7dp" - app:boxCornerRadiusTopEnd="6.7dp" - app:boxCornerRadiusTopStart="6.7dp" - app:boxStrokeColor="@color/color_cc333333" - app:endIconMode="password_toggle"> + app:boxStrokeWidth="0dp" + app:boxStrokeWidthFocused="0dp" + app:endIconMode="password_toggle" + app:hintEnabled="false" + app:hintTextColor="@color/color_777777"> diff --git a/app/src/main/res/layout/activity_signup.xml b/app/src/main/res/layout/activity_signup.xml index e83d642..91defdd 100644 --- a/app/src/main/res/layout/activity_signup.xml +++ b/app/src/main/res/layout/activity_signup.xml @@ -28,24 +28,27 @@ android:layout_height="wrap_content" android:layout_marginHorizontal="13.3dp" android:layout_marginTop="20dp" - android:hint="이메일" - app:boxBackgroundColor="@color/color_cc333333" + android:background="@drawable/bg_round_corner_6_7_cc333333" + android:hint="" + android:textColorHint="@color/color_777777" app:boxBackgroundMode="filled" - app:boxCornerRadiusBottomEnd="6.7dp" - app:boxCornerRadiusBottomStart="6.7dp" - app:boxCornerRadiusTopEnd="6.7dp" - app:boxCornerRadiusTopStart="6.7dp" - app:boxStrokeColor="@color/color_cc333333"> + app:boxStrokeWidth="0dp" + app:boxStrokeWidthFocused="0dp" + app:hintEnabled="false" + app:hintTextColor="@color/color_777777"> @@ -54,25 +57,29 @@ android:layout_height="wrap_content" android:layout_marginHorizontal="13.3dp" android:layout_marginTop="16dp" - android:hint="비밀번호" - app:boxBackgroundColor="@color/color_cc333333" + android:background="@drawable/bg_round_corner_6_7_cc333333" + android:hint="" + android:textColorHint="@color/color_777777" app:boxBackgroundMode="filled" - app:boxCornerRadiusBottomEnd="6.7dp" - app:boxCornerRadiusBottomStart="6.7dp" - app:boxCornerRadiusTopEnd="6.7dp" - app:boxCornerRadiusTopStart="6.7dp" - app:boxStrokeColor="@color/color_cc333333" - app:endIconMode="password_toggle"> + app:boxStrokeWidth="0dp" + app:boxStrokeWidthFocused="0dp" + app:endIconMode="password_toggle" + app:hintEnabled="false" + app:hintTextColor="@color/color_777777">