fix(live-room): 라이브 룸 팔로우 버튼 알림 상태를 반영한다
This commit is contained in:
@@ -526,6 +526,15 @@
|
||||
tools:text="999,999" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_creator_follow"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="5.3dp"
|
||||
android:contentDescription="@null"
|
||||
android:visibility="gone"
|
||||
tools:src="@drawable/btn_follow_big" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_view_users"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user