feat(widget): 시리즈 콘텐츠 카드 컴포넌트를 추가한다

This commit is contained in:
2026-05-20 13:47:20 +09:00
parent 36ffbc6cdb
commit 960e78afac
10 changed files with 862 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/gray_900" />
<corners android:radius="@dimen/radius_14" />
</shape>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/gray_900" />
<corners android:bottomRightRadius="@dimen/radius_8" />
</shape>