feat(widget): 오디오 콘텐츠 카드 배지를 정리한다

This commit is contained in:
2026-06-02 19:00:13 +09:00
parent bd475d1c87
commit b402025ca5
4 changed files with 185 additions and 28 deletions

View File

@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#052742" />
<padding
android:left="4dp"
android:right="4dp" />
</shape>