129 lines
5.6 KiB
XML
129 lines
5.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/black"
|
|
android:orientation="vertical">
|
|
|
|
<include
|
|
android:id="@+id/toolbar"
|
|
layout="@layout/detail_toolbar" />
|
|
|
|
<ScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:padding="13.3dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:text="@string/screen_can_coupon_input_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_coupon_number"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13.3dp"
|
|
android:background="@drawable/bg_round_corner_6_7_222222"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:hint="@string/screen_can_coupon_input_hint"
|
|
android:importantForAutofill="no"
|
|
android:inputType="textCapCharacters"
|
|
android:maxEms="12"
|
|
android:paddingHorizontal="13.3dp"
|
|
android:paddingVertical="17dp"
|
|
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,TextFields" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_registration"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="21.3dp"
|
|
android:background="@drawable/bg_round_corner_10_3bb9f1"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:gravity="center"
|
|
android:paddingVertical="16dp"
|
|
android:text="@string/screen_can_coupon_submit"
|
|
android:textColor="@color/white"
|
|
android:textSize="18.3sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="21.3dp"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:orientation="vertical"
|
|
android:paddingHorizontal="13.3dp"
|
|
android:paddingVertical="26.7dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:text="@string/screen_can_coupon_guide_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="8dp"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:lineSpacingExtra="5sp"
|
|
android:paddingHorizontal="10dp"
|
|
android:text="@string/screen_can_coupon_guide_description"
|
|
android:textColor="@color/color_bbbbbb"
|
|
android:textSize="13.3sp" />
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_marginVertical="26.7dp"
|
|
android:background="@color/color_555555" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:text="@string/screen_can_coupon_notice_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="8dp"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:lineSpacingExtra="5sp"
|
|
android:paddingHorizontal="10dp"
|
|
android:text="@string/screen_can_coupon_notice_description"
|
|
android:textColor="@color/color_bbbbbb"
|
|
android:textSize="13.3sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13.3dp"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:text="@string/screen_can_coupon_notice_support"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</LinearLayout>
|