210 lines
8.6 KiB
XML
210 lines
8.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView 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:id="@+id/scroll_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/bg_top_round_corner_10_222222"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:paddingTop="33.3dp"
|
|
android:paddingBottom="13.3dp">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingStart="23.33dp"
|
|
android:paddingEnd="26.67dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:drawablePadding="6.7dp"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:gravity="center_vertical"
|
|
android:text="후원하기"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="18.3sp"
|
|
app:drawableStartCompat="@drawable/ic_donation_white" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_can"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:drawablePadding="6.7dp"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:gravity="center"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16sp"
|
|
app:drawableEndCompat="@drawable/ic_forward"
|
|
app:drawableStartCompat="@drawable/ic_can"
|
|
tools:ignore="RelativeOverlap"
|
|
tools:text="0" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_marginVertical="16dp"
|
|
android:background="@color/color_909090" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_donation_can"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="20dp"
|
|
android:background="@drawable/bg_round_corner_6_7_88333333"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:hint="몇 캔을 후원할까요?"
|
|
android:importantForAutofill="no"
|
|
android:inputType="numberSigned"
|
|
android:padding="13.3dp"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textColorHint="@color/color_777777"
|
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
|
android:textSize="14.7sp"
|
|
tools:ignore="LabelFor" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="20dp"
|
|
android:layout_marginTop="26dp">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_plus_10"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_9970ff"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:gravity="center"
|
|
android:paddingVertical="12.7dp"
|
|
android:text="+10"
|
|
android:textColor="@color/white"
|
|
android:textSize="14.7sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_plus_100"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_9970ff"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:gravity="center"
|
|
android:paddingVertical="12.7dp"
|
|
android:text="+100"
|
|
android:textColor="@color/white"
|
|
android:textSize="14.7sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_plus_1000"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_9970ff"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:gravity="center"
|
|
android:paddingVertical="12.7dp"
|
|
android:text="+1000"
|
|
android:textColor="@color/white"
|
|
android:textSize="14.7sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_plus_10000"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_9970ff"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:gravity="center"
|
|
android:paddingVertical="12.7dp"
|
|
android:text="+10000"
|
|
android:textColor="@color/white"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_marginHorizontal="20dp"
|
|
android:layout_marginVertical="18.7dp"
|
|
android:background="@color/color_909090" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:paddingHorizontal="20dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_profile"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:contentDescription="@null" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_donation_message"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10.3dp"
|
|
android:background="@drawable/bg_round_corner_6_7_88333333"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:hint="함께 보낼 메시지 입력(최대 50자)"
|
|
android:importantForAutofill="no"
|
|
android:inputType="text"
|
|
android:maxLength="50"
|
|
android:maxLines="1"
|
|
android:padding="13.3dp"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textColorHint="@color/color_777777"
|
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
|
android:textSize="14.7sp"
|
|
tools:ignore="LabelFor" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="13.3dp"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_cancel"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="13.3dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_10_13181b_3bb9f1"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:gravity="center"
|
|
android:paddingVertical="16dp"
|
|
android:text="취소"
|
|
android:textColor="@color/color_9970ff"
|
|
android:textSize="18.3sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_donation"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1.5"
|
|
android:background="@drawable/bg_round_corner_10_3bb9f1"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:gravity="center"
|
|
android:paddingVertical="16dp"
|
|
android:text="후원하기"
|
|
android:textColor="@color/white"
|
|
android:textSize="18.3sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|