크리에이터 채널 - 커뮤니티 영역 추가

This commit is contained in:
2023-12-22 19:48:05 +09:00
parent fbcdbf3b48
commit 5db097d67c
10 changed files with 357 additions and 6 deletions

View File

@@ -203,10 +203,13 @@
</RelativeLayout>
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_community_post"
<include
android:id="@+id/layout_creator_community_post"
layout="@layout/layout_creator_community_post"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="26.7dp" />
<include
android:id="@+id/layout_user_profile_audio_content"