feat: 메인 라이브
- 예약 라이브 - 유료 라이브 금액 나오지 않던 버그 수정 - 팔로잉 채널 - 위치 커뮤니티와 지금 라이브 중 사이로 이동
This commit is contained in:
@@ -75,6 +75,13 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="48dp" />
|
||||
|
||||
<include
|
||||
android:id="@+id/layout_recommend_channel"
|
||||
layout="@layout/layout_live_recommend_channel"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="48dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_community_post"
|
||||
android:layout_width="match_parent"
|
||||
@@ -167,13 +174,6 @@
|
||||
android:clipToPadding="false"
|
||||
android:paddingHorizontal="24dp" />
|
||||
|
||||
<include
|
||||
android:id="@+id/layout_recommend_channel"
|
||||
layout="@layout/layout_live_recommend_channel"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="48dp" />
|
||||
|
||||
<include
|
||||
android:id="@+id/layout_live_reservation"
|
||||
layout="@layout/layout_live_reservation"
|
||||
|
||||
Reference in New Issue
Block a user