Skip to content

Commit

Permalink
Feat: 개발 버전 앱 아이콘 추가 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihee-dev authored May 25, 2024
1 parent 14f512f commit c409347
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 0 deletions.
Binary file added app/src/debug/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions app/src/debug/res/drawable/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:pathData="M0,0h108v108h-108z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="117.24"
android:startY="108"
android:endX="10.66"
android:endY="0"
android:type="linear">
<item android:offset="0" android:color="#FFFA6027"/>
<item android:offset="1" android:color="#FFFFD74B"/>
</gradient>
</aapt:attr>
</path>
</vector>
38 changes: 38 additions & 0 deletions app/src/debug/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="288"
android:viewportHeight="288">
<group android:scaleX="0.87"
android:scaleY="0.87"
android:translateX="18.72"
android:translateY="18.72">
<path
android:pathData="M0,0h288v288h-288z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="312.63"
android:startY="288"
android:endX="28.42"
android:endY="0"
android:type="linear">
<item android:offset="0" android:color="#FFFA6027"/>
<item android:offset="1" android:color="#FFFFD74B"/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData="M144.49,128.22H116.21L90.36,76.74C90.43,76.67 90.5,76.62 90.57,76.56C94.03,74.59 98.05,73.45 102.33,73.45C106.71,73.45 110.79,74.63 114.32,76.67C118.07,78.86 121.15,82.04 123.22,85.84L144.49,128.22Z"
android:fillColor="#313439"/>
<path
android:pathData="M205.2,76.67V76.69L140.35,206.62C138.28,210.43 135.18,213.59 131.44,215.77C127.92,217.83 123.83,219 119.46,219C115.98,219 112.7,218.25 109.73,216.93C108.97,216.56 108.21,216.17 107.46,215.77L172.32,85.84C174.38,82.04 177.47,78.86 181.23,76.67C184.74,74.63 188.84,73.45 193.21,73.45C193.66,73.45 194.13,73.46 194.58,73.49C194.95,73.51 195.3,73.54 195.63,73.58C196.09,73.62 196.54,73.68 196.99,73.74C197.33,73.81 197.67,73.86 197.99,73.94C198.56,74.05 199.13,74.18 199.69,74.35C200.07,74.45 200.44,74.57 200.81,74.7C200.91,74.72 201.03,74.76 201.14,74.81C201.59,74.95 202.03,75.13 202.45,75.31C203.39,75.71 204.29,76.16 205.18,76.67H205.2V76.67Z"
android:fillColor="#313439"/>
<path
android:pathData="M86,149L202,149A12,12 0,0 1,214 161L214,197A12,12 0,0 1,202 209L86,209A12,12 0,0 1,74 197L74,161A12,12 0,0 1,86 149z"
android:fillColor="#ffffff"/>
<path
android:pathData="M106.33,198H92.34V161.64H106.19C109.93,161.64 113.17,162.36 115.89,163.82C118.62,165.26 120.73,167.35 122.21,170.07C123.7,172.78 124.45,176.03 124.45,179.82C124.45,183.61 123.71,186.86 122.23,189.58C120.75,192.29 118.65,194.38 115.94,195.83C113.23,197.28 110.03,198 106.33,198ZM102.22,189.62H105.98C107.78,189.62 109.31,189.33 110.58,188.75C111.86,188.17 112.83,187.17 113.49,185.75C114.17,184.33 114.5,182.35 114.5,179.82C114.5,177.29 114.16,175.31 113.47,173.89C112.8,172.47 111.8,171.47 110.49,170.89C109.19,170.31 107.59,170.02 105.7,170.02H102.22V189.62ZM129.01,198V161.64H155.22V169.59H138.89V175.84H153.87V183.79H138.89V190.04H155.15V198H129.01ZM170.06,161.64L177.52,187.28H177.8L185.26,161.64H196.41L184.41,198H170.91L158.91,161.64H170.06Z"
android:fillColor="#313439"/>
</group>
</vector>
Binary file added app/src/debug/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/debug/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/debug/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/debug/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 c409347

Please sign in to comment.