feat: 콘텐츠 메인 - 채널별 인기 콘텐츠

- 포인트 사용이 가능한 콘텐츠의 썸네일 우측 상단에 포인트 사용 가능 표시
This commit is contained in:
2025-06-10 12:03:35 +09:00
parent 3bda97b0a7
commit f10d848797
3 changed files with 21 additions and 1 deletions

View File

@@ -15,6 +15,18 @@
app:layout_constraintTop_toTopOf="parent"
tools:src="@mipmap/ic_launcher" />
<ImageView
android:id="@+id/iv_point"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2.7dp"
android:layout_marginEnd="2.7dp"
android:contentDescription="@null"
android:src="@drawable/ic_point"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="@+id/iv_cover"
app:layout_constraintTop_toTopOf="@+id/iv_cover" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"