지금 라이브중 전체보기 UI를 라이브 탭과 동일하게 변경

라이브 카드에 19금 방 안내 shield 표시
This commit is contained in:
2026-02-03 10:38:00 +09:00
parent d13769861d
commit ff1281abde
5 changed files with 56 additions and 64 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

View File

@@ -22,6 +22,16 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/iv_shield"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:src="@drawable/ic_shield"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<!-- 프로필 이미지 컨테이너 -->
<FrameLayout
android:id="@+id/fl_profile"