메인 라이브 탭 - 커뮤니티 포스트 영역 추가

This commit is contained in:
2023-12-23 00:03:03 +09:00
parent 5db097d67c
commit 116dde1b7e
7 changed files with 213 additions and 2 deletions

View File

@@ -54,6 +54,12 @@
android:layout_gravity="center"
android:layout_marginTop="6.7dp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_community_post"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="40dp" />
<include
android:id="@+id/layout_live_reservation"
layout="@layout/layout_live_reservation"