298 lines
14 KiB
XML
298 lines
14 KiB
XML
<?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"
|
|
android:background="@color/black">
|
|
|
|
<include
|
|
android:id="@+id/toolbar"
|
|
layout="@layout/detail_toolbar" />
|
|
|
|
<ScrollView
|
|
android:layout_width="0dp"
|
|
android:layout_height="0dp"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toBottomOf="@+id/toolbar">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_sign_out_question"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="20sp" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="6.7dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:letterSpacing="0"
|
|
android:text="@string/screen_sign_out_description"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reason_1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="23.3dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:button="@null"
|
|
android:drawablePadding="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_reason_change_nickname"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp"
|
|
app:drawableStartCompat="@drawable/ic_radio_button_select" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reason_2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="23.3dp"
|
|
android:layout_marginTop="10dp"
|
|
android:button="@null"
|
|
android:drawablePadding="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_reason_conflict_user"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp"
|
|
app:drawableStartCompat="@drawable/ic_radio_button_select" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reason_3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="23.3dp"
|
|
android:layout_marginTop="10dp"
|
|
android:button="@null"
|
|
android:drawablePadding="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_reason_inconvenient"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp"
|
|
app:drawableStartCompat="@drawable/ic_radio_button_select" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reason_4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="23.3dp"
|
|
android:layout_marginTop="10dp"
|
|
android:button="@null"
|
|
android:drawablePadding="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_reason_unhappy_service"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp"
|
|
app:drawableStartCompat="@drawable/ic_radio_button_select" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reason_5"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="23.3dp"
|
|
android:layout_marginTop="10dp"
|
|
android:button="@null"
|
|
android:drawablePadding="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_reason_other_service"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp"
|
|
app:drawableStartCompat="@drawable/ic_radio_button_select" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reason_6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="23.3dp"
|
|
android:layout_marginTop="10dp"
|
|
android:button="@null"
|
|
android:drawablePadding="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_reason_remove_content"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp"
|
|
app:drawableStartCompat="@drawable/ic_radio_button_select" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reason_7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="23.3dp"
|
|
android:layout_marginTop="10dp"
|
|
android:button="@null"
|
|
android:drawablePadding="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_reason_low_usage"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp"
|
|
app:drawableStartCompat="@drawable/ic_radio_button_select" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reason_8"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="23.3dp"
|
|
android:layout_marginTop="10dp"
|
|
android:button="@null"
|
|
android:drawablePadding="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_reason_missing_content"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp"
|
|
app:drawableStartCompat="@drawable/ic_radio_button_select" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reason_9"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="23.3dp"
|
|
android:layout_marginTop="10dp"
|
|
android:button="@null"
|
|
android:drawablePadding="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_reason_expensive"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp"
|
|
app:drawableStartCompat="@drawable/ic_radio_button_select" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="23.3dp"
|
|
android:layout_marginTop="10dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reason_10"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:button="@null"
|
|
android:drawablePadding="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_reason_etc"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp"
|
|
app:drawableStartCompat="@drawable/ic_radio_button_select" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="23.3dp"
|
|
android:orientation="vertical">
|
|
|
|
<EditText
|
|
android:id="@+id/et_reason_etc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@null"
|
|
android:button="@null"
|
|
android:fontFamily="@font/pretendard_light"
|
|
android:hint="@string/screen_sign_out_reason_hint"
|
|
android:importantForAutofill="no"
|
|
android:inputType="textWebEditText"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textColorHint="@color/color_555555"
|
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
|
android:textSize="13.3sp" />
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_marginTop="7.3dp"
|
|
android:background="@color/color_88909090" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="6.7dp"
|
|
android:layout_marginTop="20dp"
|
|
android:background="@color/color_232323" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="26.7dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_warning"
|
|
android:textColor="@color/color_ff5c49" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="26.7dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="6.7dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_password_label"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="12sp" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_password"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/edittext_underline"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:importantForAutofill="no"
|
|
android:inputType="textWebPassword"
|
|
android:paddingHorizontal="6.7dp"
|
|
android:paddingTop="12dp"
|
|
android:paddingBottom="8dp"
|
|
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>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="26.7dp"
|
|
android:layout_marginTop="8dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_sign_out_social_hint"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_sign_out"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="53.3dp"
|
|
android:layout_marginBottom="13.3dp"
|
|
android:background="@drawable/bg_round_corner_6_7_3bb9f1"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:gravity="center"
|
|
android:paddingVertical="16dp"
|
|
android:text="@string/screen_sign_out_submit"
|
|
android:textColor="@color/white"
|
|
android:textSize="15sp" />
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|