오디션
- 오디션 알림 받기 설정 추가
This commit is contained in:
BIN
app/src/main/res/drawable-xxhdpi/btn_audition_notification_normal.png
Executable file
BIN
app/src/main/res/drawable-xxhdpi/btn_audition_notification_normal.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
app/src/main/res/drawable-xxhdpi/btn_audition_notification_selected.png
Executable file
BIN
app/src/main/res/drawable-xxhdpi/btn_audition_notification_selected.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
@@ -8,7 +8,6 @@
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_marginStart="13.3dp"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
@@ -18,6 +17,18 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_notification"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:layout_marginEnd="13.3dp"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/btn_audition_notification_normal"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_audition"
|
||||
android:layout_width="0dp"
|
||||
|
Reference in New Issue
Block a user