feat: 메인 홈

- 인기 크리에이터 UI 추가
This commit is contained in:
2025-07-15 05:39:04 +09:00
parent 388770889f
commit f24cd97afa
8 changed files with 245 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="16dp" />
<gradient
android:angle="-45"
android:endColor="#2A339D"
android:startColor="#5ACDE1"
android:type="linear" />
</shape>