fix(community): 상세 잠금 반응과 댓글을 숨긴다

This commit is contained in:
2026-07-12 09:54:26 +09:00
parent f799449d54
commit 2d8f8cab81
4 changed files with 46 additions and 8 deletions
@@ -238,6 +238,7 @@
tools:visibility="visible" />
<LinearLayout
android:id="@+id/layout_creator_channel_community_detail_reaction"
android:layout_width="match_parent"
android:layout_height="24dp"
android:layout_marginTop="@dimen/spacing_16"
@@ -256,6 +257,7 @@
style="@style/Typography.Body3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="15dp"
android:layout_marginStart="@dimen/spacing_4"
android:includeFontPadding="false"
android:textColor="@color/gray_400"
@@ -265,7 +267,6 @@
android:id="@+id/iv_creator_channel_community_detail_heart"
android:layout_width="18dp"
android:layout_height="18dp"
android:layout_marginStart="15dp"
android:contentDescription="@null"
android:src="@drawable/ic_feed_community_heart" />