라이브 방

- 하트 후원시 채팅으로 알림
This commit is contained in:
2024-10-17 15:01:05 +09:00
parent 3a33153361
commit 96a3ef44f6
4 changed files with 51 additions and 0 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_ccff7488" />
<corners android:radius="4.7dp" />
<stroke
android:width="1dp"
android:color="@color/color_ccff7488" />
</shape>

View File

@@ -125,4 +125,5 @@
<color name="color_ff14d9">#FF14D9</color>
<color name="color_333bb9f1">#333BB9F1</color>
<color name="color_672bff">#672BFF</color>
<color name="color_ccff7488">#CCFF7488</color>
</resources>