feat(profile): 채널 후원 영역과 전체보기 흐름을 추가한다
This commit is contained in:
@@ -277,6 +277,15 @@
|
||||
</LinearLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<include
|
||||
android:id="@+id/layout_user_profile_channel_donation"
|
||||
layout="@layout/layout_user_profile_channel_donation"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="24dp"
|
||||
android:layout_marginTop="48dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<include
|
||||
android:id="@+id/layout_user_profile_live"
|
||||
layout="@layout/layout_user_profile_live"
|
||||
|
||||
Reference in New Issue
Block a user