비밀번호 재설정
- 입력창 UI 수정
This commit is contained in:
		| @@ -1,7 +1,6 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent"> | ||||
|  | ||||
| @@ -42,45 +41,38 @@ | ||||
|                 android:fontFamily="@font/gmarket_sans_medium" | ||||
|                 android:gravity="center" | ||||
|                 android:lineSpacingExtra="6dp" | ||||
|                 android:text="임시 비밀번호로 로그인 후, 마이페이지 > 프로필 설정에서\n비밀번호를 변경하고 이용하세요." | ||||
|                 android:text="임시 비밀번호로 로그인 후\n마이페이지 > 프로필 설정에서\n비밀번호를 변경하고 이용하세요." | ||||
|                 android:textColor="@color/color_909090" | ||||
|                 android:textSize="12sp" /> | ||||
|  | ||||
|             <LinearLayout | ||||
|             <com.google.android.material.textfield.TextInputLayout | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:layout_marginHorizontal="26.7dp" | ||||
|                 android:layout_marginTop="40dp" | ||||
|                 android:orientation="vertical"> | ||||
|                 android:background="@drawable/bg_round_corner_6_7_cc333333" | ||||
|                 android:hint="" | ||||
|                 android:textColorHint="@color/color_777777" | ||||
|                 app:boxBackgroundMode="filled" | ||||
|                 app:boxStrokeWidth="0dp" | ||||
|                 app:boxStrokeWidthFocused="0dp" | ||||
|                 app:hintEnabled="false" | ||||
|                 app:hintTextColor="@color/color_777777"> | ||||
|  | ||||
|                 <TextView | ||||
|                     android:layout_width="wrap_content" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:layout_marginHorizontal="6.7dp" | ||||
|                     android:fontFamily="@font/gmarket_sans_medium" | ||||
|                     android:text="이메일" | ||||
|                     android:textColor="@color/color_eeeeee" | ||||
|                     android:textSize="12sp" /> | ||||
|  | ||||
|                 <EditText | ||||
|                 <com.google.android.material.textfield.TextInputEditText | ||||
|                     android:id="@+id/et_email" | ||||
|                     android:layout_width="match_parent" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:background="@drawable/edittext_underline" | ||||
|                     android:background="@android:color/transparent" | ||||
|                     android:fontFamily="@font/gmarket_sans_medium" | ||||
|                     android:hint="이메일 주소를 입력하세요" | ||||
|                     android:hint="이메일을 입력하세요" | ||||
|                     android:importantForAutofill="no" | ||||
|                     android:inputType="textWebEmailAddress" | ||||
|                     android:paddingHorizontal="6.7dp" | ||||
|                     android:paddingTop="12dp" | ||||
|                     android:paddingBottom="8dp" | ||||
|                     android:inputType="textEmailAddress" | ||||
|                     android:paddingVertical="18dp" | ||||
|                     android:textColor="@color/color_eeeeee" | ||||
|                     android:textColorHint="@color/color_777777" | ||||
|                     android:textCursorDrawable="@drawable/edit_text_cursor" | ||||
|                     android:textSize="13.3sp" | ||||
|                     android:theme="@style/EditTextStyle" | ||||
|                     tools:ignore="LabelFor" /> | ||||
|             </LinearLayout> | ||||
|                     android:textSize="15sp" /> | ||||
|             </com.google.android.material.textfield.TextInputLayout> | ||||
|  | ||||
|             <TextView | ||||
|                 android:id="@+id/tv_find_password" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user