feat(home): 최근 활동 크리에이터 카드를 정리한다

This commit is contained in:
2026-06-02 16:23:21 +09:00
parent cfa297ac3f
commit 14e7b33b63
3 changed files with 81 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/gray_700" />
<corners android:radius="@dimen/radius_4" />
</shape>