feat: 메인 홈

- 추천 채널 UI 추가
This commit is contained in:
2025-07-15 20:20:54 +09:00
parent 66a6f4bbab
commit db2e3bc8f2
7 changed files with 457 additions and 1 deletions

View File

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