콘텐츠 상세

- 미리듣기가 없을 떄 문구 추가
This commit is contained in:
2024-01-29 16:23:38 +09:00
parent f8fd06706b
commit 6cfbdd7acd
4 changed files with 25 additions and 2 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="@color/color_333333" />
<corners android:radius="46.7dp" />
<stroke
android:width="3dp"
android:color="@color/color_333333" />
</shape>