fix(content): 상세 댓글 border를 반영한다

This commit is contained in:
2026-07-12 06:29:50 +09:00
parent 9fdcd49c98
commit eb41506bf4
4 changed files with 13 additions and 3 deletions
@@ -46,7 +46,6 @@
android:id="@+id/layout_creator_channel_community_detail_post"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_feed_card"
android:orientation="vertical"
android:padding="@dimen/spacing_14">
@@ -259,6 +258,14 @@
</LinearLayout>
</LinearLayout>
<View
android:id="@+id/view_creator_channel_community_detail_comment_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/gray_800"
android:visibility="gone"
tools:visibility="visible" />
<TextView
android:id="@+id/tv_creator_channel_community_detail_comment_header"
style="@style/Typography.Body3"
@@ -103,6 +103,7 @@
</LinearLayout>
<View
android:id="@+id/view_creator_channel_community_comment_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginTop="@dimen/spacing_14"