Skip to content

Commit

Permalink
[add/#21] 뒤로가기, 투두 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
imtaejugkim committed Jan 16, 2025
1 parent 35e1deb commit 12d0af1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_back.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:pathData="M27.5,16L20.622,23.337C20.269,23.713 20.261,24.295 20.602,24.682L27.5,32.5"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#848898"/>
</vector>
16 changes: 16 additions & 0 deletions app/src/main/res/drawable/ic_check_tab.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="23dp"
android:height="24dp"
android:viewportWidth="23"
android:viewportHeight="24">
<path
android:pathData="M2.596,1.6L20.996,1.6A1.2,1.2 0,0 1,22.196 2.8L22.196,21.2A1.2,1.2 0,0 1,20.996 22.4L2.596,22.4A1.2,1.2 0,0 1,1.396 21.2L1.396,2.8A1.2,1.2 0,0 1,2.596 1.6z"
android:strokeWidth="1.6"
android:fillColor="#00000000"
android:strokeColor="#565C6D"/>
<path
android:pathData="M6.756,11.667L9.98,15.505C10.067,15.608 10.223,15.615 10.319,15.519L17.396,8.442"
android:strokeWidth="1.6"
android:fillColor="#00000000"
android:strokeColor="#565C6D"/>
</vector>

0 comments on commit 12d0af1

Please sign in to comment.