refactor: item decoration 추가

This commit is contained in:
2025-08-04 22:04:19 +09:00
parent 33bdaa7dbd
commit 7b7513561d
8 changed files with 301 additions and 123 deletions

View File

@@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="48dp"
android:orientation="vertical">
<!-- 제목 -->
@@ -21,7 +20,6 @@
android:fontFamily="@font/pretendard_bold"
android:textColor="@color/white"
android:textSize="24sp" />
</LinearLayout>
<!-- 캐릭터 카드 리스트 -->
@@ -31,6 +29,5 @@
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:clipToPadding="false"
android:paddingStart="24dp" />
</LinearLayout>
android:paddingHorizontal="24dp" />
</LinearLayout>