Skip to content

Commit

Permalink
chore(ui):redraw the app's icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Dec 4, 2022
1 parent 9e1e698 commit b8ae3d5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#FFFFFF"
android:pathData="M 0 0 H 108 V 108 H 0 Z" />
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<group android:scaleX="0.10546875"
android:scaleY="0.10546875">
<path
android:pathData="M849.17,0c97.4,0 174.83,77.42 174.83,174.83v674.34c0,97.4 -77.42,174.83 -174.83,174.83L174.83,1024c-97.4,0 -174.83,-77.42 -174.83,-174.83L0,174.83c0,-97.4 77.42,-174.83 174.83,-174.83h674.34zM514.5,249.76h-5c-114.89,2.5 -209.8,94.91 -209.8,207.3v7.49c2.5,67.43 42.46,144.86 104.9,224.78 24.98,29.97 49.95,57.44 77.42,82.42l14.99,12.49 9.99,7.49 7.49,7.49 7.49,-7.49c34.97,-32.47 69.93,-67.43 99.9,-102.4 64.94,-77.42 102.4,-154.85 104.9,-224.78v-7.49c0,-112.39 -92.41,-204.8 -207.3,-207.3h-5zM514.5,349.66c59.94,0 107.4,47.45 107.4,107.4s-47.45,107.4 -107.4,107.4 -107.4,-47.45 -107.4,-107.4 47.45,-107.4 107.4,-107.4zM514.5,394.61c-34.97,0 -59.94,27.47 -59.94,59.94s27.47,59.94 59.94,59.94c34.97,0 59.94,-27.47 59.94,-59.94s-27.47,-59.94 -59.94,-59.94z"
android:pathData="M849.17 0c97.4 0 174.83 77.42 174.83 174.83v674.34c0 97.4-77.42 174.83-174.83 174.83L174.83 1024c-97.4 0-174.83-77.42-174.83-174.83L0 174.83c0-97.4 77.42-174.83 174.83-174.83h674.34zM514.5 249.76h-5c-114.89 2.5-209.8 94.91-209.8 207.3v7.49c2.5 67.43 42.46 144.86 104.9 224.78 24.98 29.97 49.95 57.44 77.42 82.42l14.99 12.49 9.99 7.49 7.49 7.49 7.49-7.49c34.97-32.47 69.93-67.43 99.9-102.4 64.94-77.42 102.4-154.85 104.9-224.78v-7.49c0-112.39-92.41-204.8-207.3-207.3h-5zM514.5 349.66c59.94 0 107.4 47.45 107.4 107.4s-47.45 107.4-107.4 107.4-107.4-47.45-107.4-107.4 47.45-107.4 107.4-107.4zM514.5 394.61c-34.97 0-59.94 27.47-59.94 59.94s27.47 59.94 59.94 59.94c34.97 0 59.94-27.47 59.94-59.94s-27.47-59.94-59.94-59.94z"
android:fillColor="#FC9637"/>
</group>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
2 changes: 1 addition & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
4 changes: 0 additions & 4 deletions app/src/main/res/values/ic_launcher_background.xml

This file was deleted.

0 comments on commit b8ae3d5

Please sign in to comment.