feat: 메인 라이브

- 개편된 지금 라이브 중 UI 적용
This commit is contained in:
2025-07-18 19:21:20 +09:00
parent bb23f9cf93
commit 964f697466
6 changed files with 114 additions and 138 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#3B5FF1" />
<corners android:radius="999dp" />
</shape>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#FFFFFF" />
<corners android:radius="999dp" />
</shape>