feat(widget): 오디오 콘텐츠 카드 컴포넌트를 추가한다

This commit is contained in:
2026-05-19 23:52:53 +09:00
parent 30264935dc
commit 6fda122091
7 changed files with 704 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>