feat(creator-channel): 커뮤니티 전송 아이콘을 추가한다
This commit is contained in:
10
app/src/main/res/drawable/ic_new_arrow_up_gray.xml
Normal file
10
app/src/main/res/drawable/ic_new_arrow_up_gray.xml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="@color/gray_500"
|
||||||
|
android:pathData="M12,5L5,12L6.4,13.4L11,8.8V19H13V8.8L17.6,13.4L19,12L12,5Z" />
|
||||||
|
</vector>
|
||||||
10
app/src/main/res/drawable/ic_new_arrow_up_white.xml
Normal file
10
app/src/main/res/drawable/ic_new_arrow_up_white.xml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="@color/white"
|
||||||
|
android:pathData="M12,5L5,12L6.4,13.4L11,8.8V19H13V8.8L17.6,13.4L19,12L12,5Z" />
|
||||||
|
</vector>
|
||||||
Reference in New Issue
Block a user