feat(chat-character): 큐레이션 영역 제거

This commit is contained in:
2025-11-11 16:26:30 +09:00
parent 3353ebb777
commit f97f9296b6
6 changed files with 0 additions and 181 deletions

View File

@@ -174,12 +174,5 @@
android:paddingHorizontal="24dp" />
</LinearLayout>
<!-- 큐레이션 섹션들 -->
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_curation_sections"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>