Skip to content

Commit

Permalink
[ADD] #14-add icon, image
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyun127 committed May 23, 2023
1 parent d0b48e7 commit 6b4612a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/src/main/res/drawable/ic_bell_2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="13dp"
android:height="15dp"
android:viewportWidth="13"
android:viewportHeight="15">
<group>
<clip-path
android:pathData="M0,0h13v15h-13z"/>
<path
android:pathData="M0.762,12.459C0.59,12.459 0.448,12.408 0.336,12.308C0.224,12.208 0.168,12.081 0.168,11.927C0.168,11.774 0.224,11.647 0.336,11.547C0.448,11.446 0.59,11.396 0.762,11.396H1.83V5.977C1.83,5.009 2.157,4.133 2.81,3.348C3.463,2.563 4.324,2.07 5.393,1.869V1.356C5.393,1.084 5.502,0.86 5.72,0.683C5.937,0.506 6.198,0.417 6.501,0.417C6.805,0.417 7.065,0.506 7.283,0.683C7.501,0.86 7.61,1.084 7.61,1.356V1.869C8.678,2.07 9.543,2.563 10.202,3.348C10.862,4.133 11.192,5.009 11.192,5.977V11.396H12.241C12.412,11.396 12.554,11.446 12.666,11.547C12.779,11.647 12.835,11.774 12.835,11.927C12.835,12.081 12.779,12.208 12.666,12.308C12.554,12.408 12.412,12.459 12.241,12.459H0.762ZM6.501,14.584C6.079,14.584 5.71,14.445 5.393,14.167C5.076,13.89 4.918,13.557 4.918,13.167H8.085C8.085,13.557 7.93,13.89 7.62,14.167C7.309,14.445 6.937,14.584 6.501,14.584Z"
android:fillColor="#212124"/>
</group>
</vector>
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_details.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="13dp"
android:height="7dp"
android:viewportWidth="12"
android:viewportHeight="7">
<path
android:pathData="M6.031,7L0.031,0.664L0.66,0L6.031,5.68L11.403,0.007L12.031,0.67L6.031,7Z"
android:fillColor="#212124"/>
</vector>
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_refresh.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="15dp"
android:height="14dp"
android:viewportWidth="15"
android:viewportHeight="14">
<path
android:pathData="M1.666,7C1.666,6.271 1.805,5.588 2.082,4.951C2.359,4.314 2.733,3.76 3.205,3.289C3.676,2.817 4.23,2.443 4.867,2.166C5.504,1.889 6.187,1.75 6.916,1.75C7.645,1.75 8.328,1.889 8.965,2.166C9.602,2.443 10.156,2.817 10.628,3.289C11.099,3.76 11.473,4.314 11.75,4.951C12.028,5.588 12.166,6.271 12.166,7L12.166,7.335L13.012,6.49C13.09,6.412 13.189,6.375 13.311,6.38C13.432,6.385 13.532,6.426 13.61,6.504C13.688,6.582 13.727,6.682 13.727,6.803C13.727,6.925 13.688,7.024 13.61,7.102L12.064,8.633C11.977,8.721 11.875,8.765 11.758,8.765C11.641,8.765 11.539,8.721 11.452,8.633L9.92,7.102C9.833,7.015 9.789,6.91 9.789,6.789C9.789,6.667 9.833,6.567 9.92,6.49C10.008,6.402 10.11,6.361 10.227,6.366C10.343,6.37 10.445,6.417 10.533,6.504L11.291,7.262L11.291,6.927C11.291,5.722 10.866,4.703 10.015,3.872C9.164,3.041 8.131,2.625 6.916,2.625C5.701,2.625 4.668,3.05 3.817,3.901C2.966,4.752 2.541,5.785 2.541,7C2.541,8.128 2.918,9.11 3.671,9.946C4.425,10.782 5.361,11.253 6.479,11.36C6.605,11.38 6.71,11.431 6.792,11.514C6.875,11.596 6.916,11.696 6.916,11.813C6.916,11.939 6.872,12.043 6.785,12.126C6.697,12.209 6.595,12.245 6.479,12.235C5.108,12.128 3.963,11.572 3.044,10.566C2.126,9.559 1.666,8.371 1.666,7Z"
android:fillColor="#212124"/>
</vector>
Binary file added app/src/main/res/drawable/img_entry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b4612a

Please sign in to comment.