Skip to content

Commit

Permalink
[fix] 앱 로고 수정 (#71)
Browse files Browse the repository at this point in the history
fix : 앱 로고 수정
  • Loading branch information
murjune authored Feb 17, 2024
1 parent 2e7f2d6 commit 01992a7
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
Binary file modified app/src/main/ic_funch_logo-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions app/src/main/res/drawable/ic_funch_logo_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="182"
android:viewportHeight="164">
<group android:scaleX="0.47"
android:scaleY="0.42351648"
android:translateX="48.23"
android:translateY="47.27165">
android:viewportWidth="169"
android:viewportHeight="144">
<group android:scaleX="0.38"
android:scaleY="0.32378697"
android:translateX="52.39"
android:translateY="48.687336">
<path
android:pathData="M170.81,119C154.52,98.61 160.1,64.49 182,50.36C173.03,54.73 157.37,58.28 138.05,58.91C126.98,59.27 116.78,54.49 116.96,42.62C117.14,30.75 123.08,19.88 128.84,9.55C118.67,21.38 103.07,38.88 79.26,38.97C61.29,38.07 36.51,0 36.51,0C36.51,0 42.54,29.04 39.33,59.24C36.87,82.26 11.04,97.62 0,99.91C10.32,98.22 17.76,97.23 27.42,98.61C37.95,100.15 52.71,109.36 56.85,119.6C63.45,135.93 59.76,164 59.76,164C59.76,164 64.41,134.84 85.35,121.86C102.53,111.2 116.99,109.03 137.12,110.9C151.73,112.25 170.81,119.03 170.81,119.03V119Z">
android:pathData="M1.24,94.13L30.78,70.39L13.57,47.89C11.51,45.22 14.19,41.48 17.38,42.54L37.72,49.29L34.87,3.64C34.66,0.48 38.51,-1.23 40.74,1.03L75.03,35.76L113.95,12.85C116.42,11.41 119.44,13.4 119.1,16.24L114.77,50.39L145.69,48.57C149.09,48.37 150.67,52.68 147.96,54.74L124.46,72.31L167.23,95.91C170.49,97.72 168.91,102.69 165.2,102.31L116.76,97.24L113.98,119.54C113.67,121.97 110.99,123.31 108.86,122.07L89.28,110.91L62.01,142.79C60.15,144.99 56.58,144.03 56.03,141.22L47.54,98.1L3.61,100.12C0.28,100.26 -1.3,96.11 1.31,94.02L1.24,94.13Z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="80.5"
android:startY="71"
android:endX="135.5"
android:endY="117"
android:startX="68"
android:startY="53.5"
android:endX="102.5"
android:endY="114"
android:type="linear">
<item android:offset="0" android:color="#FFFFE83B"/>
<item android:offset="1" android:color="#FFFFD440"/>
Expand Down
Binary file modified app/src/main/res/mipmap-hdpi/ic_funch_logo.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-hdpi/ic_funch_logo_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-mdpi/ic_funch_logo.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-mdpi/ic_funch_logo_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_funch_logo.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_funch_logo_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_funch_logo.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_funch_logo_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_funch_logo.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_funch_logo_round.webp
Binary file not shown.

0 comments on commit 01992a7

Please sign in to comment.