feat(feed): 피드 반응 아이콘 리소스를 추가한다
This commit is contained in:
BIN
app/src/main/res/drawable-mdpi/ic_feed_community_heart.png
Normal file
BIN
app/src/main/res/drawable-mdpi/ic_feed_community_heart.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 457 B |
BIN
app/src/main/res/drawable-mdpi/ic_feed_community_reply.png
Normal file
BIN
app/src/main/res/drawable-mdpi/ic_feed_community_reply.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 447 B |
13
app/src/main/res/drawable/ic_comment_78909c.xml
Normal file
13
app/src/main/res/drawable/ic_comment_78909c.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="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:fillColor="@android:color/transparent"
|
||||
android:pathData="M4,4.5C4,3.67 4.67,3 5.5,3H12.5C13.33,3 14,3.67 14,4.5V9.5C14,10.33 13.33,11 12.5,11H8L5,14V11H5.5C4.67,11 4,10.33 4,9.5V4.5Z"
|
||||
android:strokeWidth="1.5"
|
||||
android:strokeColor="#78909C"
|
||||
android:strokeLineJoin="round" />
|
||||
</vector>
|
||||
13
app/src/main/res/drawable/ic_heart_78909c.xml
Normal file
13
app/src/main/res/drawable/ic_heart_78909c.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="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:fillColor="@android:color/transparent"
|
||||
android:pathData="M9,14L4.9,9.88C3.7,8.68 3.7,6.74 4.9,5.54C5.94,4.5 7.56,4.36 8.75,5.2L9,5.38L9.25,5.2C10.44,4.36 12.06,4.5 13.1,5.54C14.3,6.74 14.3,8.68 13.1,9.88L9,14Z"
|
||||
android:strokeWidth="1.5"
|
||||
android:strokeColor="#78909C"
|
||||
android:strokeLineJoin="round" />
|
||||
</vector>
|
||||
Reference in New Issue
Block a user