크리에이터 채널 - 콘텐츠 영역 추가

This commit is contained in:
2023-08-20 03:46:13 +09:00
parent 9bc625b7a0
commit 508eff2cd0
4 changed files with 152 additions and 2 deletions

View File

@@ -237,6 +237,15 @@
android:visibility="gone" />
</RelativeLayout>
<include
android:id="@+id/layout_user_profile_audio_content"
layout="@layout/layout_user_profile_audio_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="46.7dp"
android:visibility="gone" />
<include
android:id="@+id/layout_user_profile_live"
layout="@layout/layout_user_profile_live"