fix(home): 사용하지 않는 큐레이션 영역 제거

This commit is contained in:
2025-11-10 19:57:17 +09:00
parent 1bf653a5d8
commit 27f0d01e81
5 changed files with 3 additions and 181 deletions

View File

@@ -434,14 +434,6 @@
android:paddingHorizontal="24dp" />
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_curation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="48dp"
android:clipToPadding="false"
android:visibility="gone" />
<io.github.glailton.expandabletextview.ExpandableTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"