feat: 메인 홈
- 추천 채널 UI 추가
This commit is contained in:
13
app/src/main/res/drawable/bg_home_recommend_channel.xml
Normal file
13
app/src/main/res/drawable/bg_home_recommend_channel.xml
Normal 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>
|
||||
Reference in New Issue
Block a user