오디션 리스트

- ON과 OFF 사이에 구분 줄 추가 및 간격 수정
This commit is contained in:
klaus 2025-01-05 13:21:12 +09:00
parent bf6884c60c
commit 2bec9d4595
1 changed files with 12 additions and 1 deletions

View File

@ -5,16 +5,27 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<View
android:id="@+id/divider"
android:layout_width="0dp"
android:layout_height="6.7dp"
android:layout_marginTop="13.3dp"
android:background="@color/color_232323"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_audition_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text="오디션"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toBottomOf="@+id/divider" />
<TextView
android:id="@+id/tv_audition_title_off"