라이브 메인

- 로그인 하지 않고도 페이지를 조회할 수 있도록 수정
This commit is contained in:
2025-03-22 06:47:56 +09:00
parent 7ab2779805
commit 489b968ea3
5 changed files with 128 additions and 60 deletions

View File

@@ -75,7 +75,8 @@
android:id="@+id/rv_community_post"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="40dp" />
android:layout_marginTop="40dp"
android:visibility="gone" />
<include
android:id="@+id/layout_live_reservation"