261 lines
12 KiB
XML
261 lines
12 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_toTopOf="@+id/fl_update"
|
|
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:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="40dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:text="제목"
|
|
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:background="@drawable/edittext_underline"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:hint="라이브 제목을 입력해주세요."
|
|
android:importantForAutofill="no"
|
|
android:inputType="textWebEditText"
|
|
android:paddingHorizontal="6.7dp"
|
|
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="33.3dp"
|
|
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/gmarket_sans_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="공지"
|
|
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/gmarket_sans_medium"
|
|
android:text="0자"
|
|
android:textColor="@color/color_ff5c49"
|
|
android:textSize="13.3sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:text=" / 최대 1000자"
|
|
android:textColor="@color/color_777777"
|
|
android:textSize="13.3sp" />
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
|
|
<EditText
|
|
android:id="@+id/et_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="200dp"
|
|
android:background="@drawable/bg_round_corner_6_7_222222"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:gravity="top"
|
|
android:hint="라이브 공지를 입력해 주세요"
|
|
android:importantForAutofill="no"
|
|
android:inputType="textMultiLine"
|
|
android:overScrollMode="always"
|
|
android:padding="20dp"
|
|
android:scrollbarStyle="insideInset"
|
|
android:scrollbars="vertical"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textColorHint="@color/color_777777"
|
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
|
android:textSize="13.3sp"
|
|
tools:ignore="LabelFor" />
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_config_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="33.3dp"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="시간 설정"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_reservation_datetime"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13.3dp"
|
|
android:baselineAligned="false"
|
|
android:paddingHorizontal="13.3dp"
|
|
android:paddingVertical="14.2dp">
|
|
|
|
<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/gmarket_sans_medium"
|
|
android:text="예약 날짜"
|
|
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_333333_9970ff"
|
|
android:fontFamily="@font/gmarket_sans_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/gmarket_sans_medium"
|
|
android:text="예약 시간"
|
|
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_333333_9970ff"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:gravity="center"
|
|
android:paddingVertical="15.3dp"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="14.7sp"
|
|
tools:text="오후 08 : 30" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="13.3dp"
|
|
android:layout_marginTop="33.3dp"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:lineSpacingExtra="5sp"
|
|
android:text="참여인원 설정"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textSize="16.7sp" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_number_of_people"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="48.7dp"
|
|
android:layout_margin="13.3dp"
|
|
android:background="@drawable/bg_round_corner_6_7_222222"
|
|
android:fontFamily="@font/gmarket_sans_medium"
|
|
android:gravity="center"
|
|
android:hint="최대 인원 999명"
|
|
android:importantForAutofill="no"
|
|
android:inputType="number"
|
|
android:maxLength="3"
|
|
android:textColor="@color/color_eeeeee"
|
|
android:textColorHint="@color/color_777777"
|
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
|
android:textSize="14.7sp"
|
|
tools:ignore="LabelFor" />
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/fl_update"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="33.3dp"
|
|
android:background="@drawable/bg_top_round_corner_16_7_222222"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_update"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dp"
|
|
android:layout_margin="13.3dp"
|
|
android:background="@drawable/bg_round_corner_10_3bb9f1"
|
|
android:fontFamily="@font/gmarket_sans_bold"
|
|
android:gravity="center"
|
|
android:text="라이브 수정"
|
|
android:textColor="@color/white"
|
|
android:textSize="18.3sp" />
|
|
</FrameLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|