feat(creator): 채널 홈 헤더 리소스를 추가한다
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<solid android:color="@android:color/transparent" />
|
||||||
|
<corners android:radius="100dp" />
|
||||||
|
</shape>
|
||||||
@@ -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/white" />
|
||||||
|
<corners android:radius="100dp" />
|
||||||
|
</shape>
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<gradient
|
||||||
|
android:angle="270"
|
||||||
|
android:endColor="@color/black"
|
||||||
|
android:startColor="@android:color/transparent" />
|
||||||
|
</shape>
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<gradient
|
||||||
|
android:angle="90"
|
||||||
|
android:endColor="@android:color/transparent"
|
||||||
|
android:startColor="@color/color_99000000" />
|
||||||
|
</shape>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<solid android:color="@android:color/transparent" />
|
||||||
|
<stroke
|
||||||
|
android:width="1dp"
|
||||||
|
android:color="@color/color_88ffffff" />
|
||||||
|
<corners android:radius="999dp" />
|
||||||
|
</shape>
|
||||||
19
app/src/main/res/drawable/ic_new_dm.xml
Normal file
19
app/src/main/res/drawable/ic_new_dm.xml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="20dp"
|
||||||
|
android:height="20dp"
|
||||||
|
android:viewportWidth="20"
|
||||||
|
android:viewportHeight="20">
|
||||||
|
<path
|
||||||
|
android:fillColor="@android:color/transparent"
|
||||||
|
android:pathData="M3,4.5L17,10L3,15.5L5.2,10L3,4.5Z"
|
||||||
|
android:strokeWidth="1.5"
|
||||||
|
android:strokeColor="@color/white"
|
||||||
|
android:strokeLineJoin="round" />
|
||||||
|
<path
|
||||||
|
android:fillColor="@android:color/transparent"
|
||||||
|
android:pathData="M5.3,10H11.2"
|
||||||
|
android:strokeWidth="1.5"
|
||||||
|
android:strokeColor="@color/white"
|
||||||
|
android:strokeLineCap="round" />
|
||||||
|
</vector>
|
||||||
13
app/src/main/res/drawable/ic_new_talk.xml
Normal file
13
app/src/main/res/drawable/ic_new_talk.xml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="20dp"
|
||||||
|
android:height="20dp"
|
||||||
|
android:viewportWidth="20"
|
||||||
|
android:viewportHeight="20">
|
||||||
|
<path
|
||||||
|
android:fillColor="@android:color/transparent"
|
||||||
|
android:pathData="M3.5,9.2C3.5,5.9 6.3,3.3 10,3.3C13.7,3.3 16.5,5.9 16.5,9.2C16.5,12.5 13.7,15.1 10,15.1C9.2,15.1 8.4,15 7.7,14.7L4.4,16.7L5.3,13.3C4.2,12.2 3.5,10.8 3.5,9.2Z"
|
||||||
|
android:strokeWidth="1.5"
|
||||||
|
android:strokeColor="@color/white"
|
||||||
|
android:strokeLineJoin="round" />
|
||||||
|
</vector>
|
||||||
Reference in New Issue
Block a user