콘텐츠 상세

- 한정판이 매진된 경우 Player 가운데 Sold Out 표시
This commit is contained in:
2024-03-28 01:35:21 +09:00
parent 8a2a497fcf
commit a29c50eae3
3 changed files with 70 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/transparent" />
<corners android:radius="3.3dp" />
<stroke
android:width="1dp"
android:color="@color/color_d2d2d2" />
</shape>