라이브 카드 태그 칩 표시

This commit is contained in:
2026-02-03 10:49:19 +09:00
parent ff1281abde
commit 9496a57b3c
4 changed files with 233 additions and 130 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/color_37474f" />
<corners android:radius="8dp" />
</shape>