인기 콘텐츠 전체 보기 페이지 추가

This commit is contained in:
2023-10-15 04:38:07 +09:00
parent fe1a1cc3cb
commit e6b8e55966
12 changed files with 489 additions and 1 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_cf5c37" />
<corners android:radius="2.6dp" />
<stroke
android:width="1dp"
android:color="@color/color_cf5c37" />
</shape>