fix(community): 리스트 잠금 반응 표시를 숨긴다

This commit is contained in:
2026-07-12 09:54:10 +09:00
parent ced226c3ef
commit 9da6c7381d
5 changed files with 24 additions and 2 deletions
@@ -216,6 +216,7 @@
</FrameLayout>
<LinearLayout
android:id="@+id/layout_creator_channel_community_list_reaction"
android:layout_width="match_parent"
android:layout_height="24dp"
android:layout_marginTop="@dimen/spacing_16"
@@ -235,14 +236,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/spacing_4"
android:layout_marginEnd="15dp"
android:includeFontPadding="false"
android:textColor="@color/gray_400"
tools:text="5" />
<ImageView
android:id="@+id/iv_creator_channel_community_list_like"
android:layout_width="18dp"
android:layout_height="18dp"
android:layout_marginStart="15dp"
android:contentDescription="@null"
android:src="@drawable/ic_feed_community_heart" />