feat: 메인 홈
- 인기 크리에이터 UI 추가
This commit is contained in:
9
app/src/main/res/drawable/bg_home_creator.xml
Normal file
9
app/src/main/res/drawable/bg_home_creator.xml
Normal 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>
|
||||
Reference in New Issue
Block a user