Skip to content

Commit

Permalink
[ADD/#23] 필요한 icon 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
etama123 committed May 5, 2023
1 parent c3636e5 commit 034099e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_back.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="32dp"
android:height="32dp"
android:viewportWidth="32"
android:viewportHeight="32">
<path
android:pathData="M13.333,29.333L0,16L13.333,2.667L15.2,4.567L3.767,16L15.2,27.433L13.333,29.333Z"
android:fillColor="#000000"/>
</vector>
13 changes: 13 additions & 0 deletions app/src/main/res/drawable/ic_signup_check.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="28dp"
android:height="28dp"
android:viewportWidth="28"
android:viewportHeight="28">
<path
android:pathData="M8,13.08L12.5,17.58L20,10.08"
android:strokeLineJoin="round"
android:strokeWidth="2.3"
android:fillColor="#00000000"
android:strokeColor="#D6D6D6"
android:strokeLineCap="round"/>
</vector>
6 changes: 6 additions & 0 deletions app/src/main/res/drawable/shape_gray900_fill_14_rect.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/gray900" />
<corners android:radius="14dp" />
</shape>

0 comments on commit 034099e

Please sign in to comment.