1290 lines
62 KiB
XML
1290 lines
62 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"
|
|
android:orientation="vertical">
|
|
|
|
<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:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
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_audio_content_upload_thumbnail_label"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<RelativeLayout
|
|
android:layout_width="121.3dp"
|
|
android:layout_height="106.7dp"
|
|
android:layout_marginTop="13.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_cover"
|
|
android:layout_width="106.7dp"
|
|
android:layout_height="106.7dp"
|
|
android:adjustViewBounds="true"
|
|
android:background="@drawable/bg_round_corner_13_3_13181b"
|
|
android:contentDescription="@null"
|
|
android:padding="13.3dp"
|
|
android:src="@drawable/ic_logo" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_photo_picker"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:background="@drawable/bg_round_corner_33_3_3bb9f1"
|
|
android:contentDescription="@null"
|
|
android:padding="10dp"
|
|
android:src="@drawable/ic_camera" />
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
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_audio_content_upload_section_upload"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_select_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:background="@drawable/bg_round_corner_5_3_13181b_3bb9f1"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:gravity="center"
|
|
android:paddingVertical="8dp"
|
|
android:text="@string/screen_audio_content_upload_select_file"
|
|
android:textColor="@color/color_80d8ff"
|
|
android:textSize="16.7sp" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="6.7dp"
|
|
android:layout_marginVertical="26.7dp"
|
|
android:background="@color/color_232323" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_title_label"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_title"
|
|
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/pretendard_medium"
|
|
android:hint="@string/screen_audio_content_upload_title_hint"
|
|
android:importantForAutofill="no"
|
|
android:inputType="textWebEditText"
|
|
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" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="@string/screen_audio_content_upload_content_label"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_number_of_characters"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_char_count_format"
|
|
android:textColor="@color/color_ff5c49"
|
|
android:textSize="13.3sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_char_limit_suffix"
|
|
android:textColor="@color/color_777777"
|
|
android:textSize="13.3sp" />
|
|
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
|
|
<EditText
|
|
android:id="@+id/et_detail"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="200dp"
|
|
android:layout_marginTop="6.7dp"
|
|
android:background="@drawable/bg_round_corner_6_7_222222"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:gravity="top"
|
|
android:hint="@string/screen_audio_content_upload_content_hint"
|
|
android:importantForAutofill="no"
|
|
android:inputType="textMultiLine"
|
|
android:padding="20dp"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textColorHint="@color/color_777777"
|
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
|
android:textSize="13.3sp"
|
|
tools:ignore="LabelFor" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_theme_label"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_theme"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:background="@drawable/bg_round_corner_24_3_13181b_3bb9f1"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_theme"
|
|
android:layout_width="33.3dp"
|
|
android:layout_height="33.3dp"
|
|
android:layout_marginEnd="13.3dp"
|
|
android:contentDescription="@null"
|
|
android:scaleType="centerCrop"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_theme"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_theme_select"
|
|
android:textColor="@color/color_80d8ff"
|
|
android:textSize="16.7sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_tag_label"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_tag"
|
|
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/pretendard_medium"
|
|
android:hint="@string/screen_audio_content_upload_tag_hint"
|
|
android:importantForAutofill="no"
|
|
android:inputType="textWebEditText"
|
|
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" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="6.7dp"
|
|
android:layout_marginVertical="26.7dp"
|
|
android:background="@color/color_232323" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="@string/screen_audio_content_upload_price_section_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_config_price"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:baselineAligned="false">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_price_free"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_price_free"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_price_free"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_price_free"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_price_paid"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="13.3dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_price_paid"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_price_paid"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_price_paid"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_title_config_keep"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="26.7dp"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="@string/screen_audio_content_upload_keep_section_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_config_purchase"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:baselineAligned="false">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_both"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_both"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="3.3dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_both"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_purchase_option_both"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_buy_only"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="6.7dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_buy_only"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="3.3dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_buy_only"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_purchase_option_buy_only"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_rent_only"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_rent_only"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="3.3dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_rent_only"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_purchase_option_rent_only"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_set_price"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="30dp"
|
|
android:orientation="vertical"
|
|
android:visibility="visible">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_price_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_price_title_keep"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp" />
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="5.3dp"
|
|
android:background="@drawable/bg_round_corner_6_7_222222"
|
|
android:paddingHorizontal="13.3dp">
|
|
|
|
<EditText
|
|
android:id="@+id/et_set_price"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentStart="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_toStartOf="@+id/tv_price_unit"
|
|
android:background="@null"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:importantForAutofill="no"
|
|
android:inputType="numberSigned"
|
|
android:paddingVertical="13.3dp"
|
|
android:text="@string/common_zero"
|
|
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" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_price_unit"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_centerVertical="true"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_price_unit_can"
|
|
android:textColor="@color/color_777777"
|
|
android:textSize="13.3sp" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1.5dp"
|
|
android:layout_marginVertical="11dp"
|
|
android:background="@color/color_232323" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_service_date"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_service_period_until_end"
|
|
android:textColor="@color/color_777777"
|
|
android:textSize="13.3sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_price_rent_rate_notice"
|
|
android:textColor="@color/color_777777"
|
|
android:textSize="13.3sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_price_min_notice"
|
|
android:textColor="@color/color_777777"
|
|
android:textSize="13.3sp" />
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_config_limited_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="30dp"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="@string/screen_audio_content_upload_limited_section_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_config_limited"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:baselineAligned="false">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_not_limited"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_not_limited"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_not_limited"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_limited_unlimited"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_limited"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="13.3dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_limited"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_limited"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_limited_limited"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<EditText
|
|
android:id="@+id/et_limited"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:background="@drawable/bg_round_corner_6_7_222222"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:hint="@string/screen_audio_content_upload_limited_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="13.3sp"
|
|
android:theme="@style/EditTextStyle"
|
|
android:visibility="gone"
|
|
tools:ignore="LabelFor" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_config_point_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="30dp"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="@string/screen_audio_content_upload_point_section_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_config_point"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="13.3dp"
|
|
android:baselineAligned="false">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_available_point"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_available_point"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_available_point"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_point_available"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_not_available_point"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="13.3dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_not_available_point"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_not_available_point"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_point_unavailable"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_config_preview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="@string/screen_audio_content_upload_preview_section_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13.3dp"
|
|
android:baselineAligned="false">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_preview_yes"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_preview_yes"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_preview_yes"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_preview_generate"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_preview_no"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="13.3dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_preview_no"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_preview_no"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_preview_not_generate"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_config_preview_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="@string/screen_audio_content_upload_preview_time_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_preview_time_desc"
|
|
android:textColor="@color/color_777777"
|
|
android:textSize="13.3sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13.3dp"
|
|
android:baselineAligned="false">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_preview_start_time"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_preview_start_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="5.3dp"
|
|
android:background="@drawable/bg_round_corner_6_7_222222"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:gravity="center"
|
|
android:hint="@string/screen_audio_content_upload_preview_start_time_default"
|
|
android:importantForAutofill="no"
|
|
android:inputType="textWebEditText"
|
|
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="14.7sp"
|
|
android:theme="@style/EditTextStyle"
|
|
tools:ignore="LabelFor" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="13.3dp"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_preview_end_time"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_preview_end_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="5.3dp"
|
|
android:background="@drawable/bg_round_corner_6_7_222222"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:gravity="center"
|
|
android:hint="@string/screen_audio_content_upload_preview_end_time_default"
|
|
android:importantForAutofill="no"
|
|
android:inputType="textWebEditText"
|
|
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="14.7sp"
|
|
android:theme="@style/EditTextStyle"
|
|
tools:ignore="LabelFor" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_set_adult"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="@string/screen_audio_content_upload_age_section_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13.3dp"
|
|
android:baselineAligned="false">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_age_all"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_age_all"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_age_all"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_age_all"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_age_19"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="13.3dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_age_19"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_age_19"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_age_19"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13.3dp"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_age_notice"
|
|
android:textColor="@color/color_dd4500"
|
|
android:textSize="13.3sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_set_comment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="@string/screen_audio_content_upload_comment_section_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13.3dp"
|
|
android:baselineAligned="false">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_comment_yes"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_comment_yes"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_comment_yes"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_comment_allow"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_comment_no"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="13.3dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_comment_no"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_comment_no"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_comment_disallow"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_set_reservation"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="@string/screen_audio_content_upload_reservation_section_title"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13.3dp"
|
|
android:baselineAligned="false">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_active_now"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_active_now"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_active_now"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_active_now"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_active_reservation"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="13.3dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b"
|
|
android:gravity="center"
|
|
android:paddingVertical="14.3dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_active_reservation"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:contentDescription="@null"
|
|
android:src="@drawable/ic_select_check"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_active_reservation"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:text="@string/screen_audio_content_upload_active_reservation"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="14.7sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_reservation_datetime"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="22.7dp"
|
|
android:background="@color/color_222222"
|
|
android:baselineAligned="false"
|
|
android:paddingHorizontal="13.3dp"
|
|
android:paddingVertical="14.2dp"
|
|
android:visibility="gone">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_reservation_date"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reservation_date"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="6.7dp"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b_3bb9f1"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:gravity="center"
|
|
android:paddingVertical="15.3dp"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="14.7sp"
|
|
tools:text="2021.08.04" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="13.3dp"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:text="@string/screen_audio_content_upload_reservation_time"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="13.3sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_reservation_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="6.7dp"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b_3bb9f1"
|
|
android:fontFamily="@font/pretendard_medium"
|
|
android:gravity="center"
|
|
android:paddingVertical="15.3dp"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="14.7sp"
|
|
tools:text="오후 08 : 30" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="34dp"
|
|
android:background="@drawable/bg_top_round_corner_16_7_222222"
|
|
android:orientation="horizontal"
|
|
android:padding="13.3dp">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_cancel"
|
|
android:layout_width="0dp"
|
|
android:layout_height="50dp"
|
|
android:layout_marginEnd="6.7dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_13181b_3bb9f1"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:gravity="center"
|
|
android:text="@string/screen_audio_content_upload_cancel"
|
|
android:textColor="@color/color_3bb9f1"
|
|
android:textSize="18.3sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_upload"
|
|
android:layout_width="0dp"
|
|
android:layout_height="50dp"
|
|
android:layout_marginStart="6.7dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_round_corner_6_7_3bb9f1"
|
|
android:fontFamily="@font/pretendard_bold"
|
|
android:gravity="center"
|
|
android:text="@string/screen_audio_content_upload_submit"
|
|
android:textColor="@color/white"
|
|
android:textSize="18.3sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|