Skip to content

Commit

Permalink
feat(*):加入应用图标
Browse files Browse the repository at this point in the history
  • Loading branch information
dyjcow committed Jul 5, 2022
1 parent c633b92 commit 4a53e3b
Show file tree
Hide file tree
Showing 29 changed files with 44 additions and 204 deletions.
2 changes: 2 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.dyj.requestpagingscheduleemulator",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
Binary file added app/src/main/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.
30 changes: 0 additions & 30 deletions app/src/main/res/drawable-v24/ic_launcher_foreground.xml

This file was deleted.

170 changes: 0 additions & 170 deletions app/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

14 changes: 14 additions & 0 deletions app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group android:scaleX="0.047460936"
android:scaleY="0.047460936"
android:translateX="29.7"
android:translateY="29.7">
<path
android:pathData="M665.6,125.16a182.04,182.04 0,0 1,180.51 158.26c30.72,10.98 52.74,40.39 52.74,74.98l-0.17,-2.84h22.93a54.04,54.04 0,0 1,54.04 54.04L975.64,512a54.04,54.04 0,0 1,-54.04 54.04h-22.76a79.64,79.64 0,0 1,-51.2 71.57L847.64,768a130.84,130.84 0,0 1,-121.91 130.56l-8.93,0.28L307.2,898.84a130.84,130.84 0,0 1,-130.56 -121.91L176.36,768v-130.39A79.64,79.64 0,0 1,125.16 563.2l0.11,2.84L102.4,566.04a54.04,54.04 0,0 1,-53.7 -47.79L48.36,512L48.36,409.6a54.04,54.04 0,0 1,54.04 -54.04h22.76a79.64,79.64 0,0 1,52.79 -72.19,181.99 181.99,0 0,1 170.1,-157.92L358.4,125.16h307.2zM511.94,577.82l-56.6,56.72a28.44,28.44 0,0 1,-15.64 7.96l-4.49,0.34L233.19,642.84l0.06,125.16a73.96,73.96 0,0 0,66.39 73.56l7.57,0.4h409.6a73.96,73.96 0,0 0,73.56 -66.39l0.4,-7.57 -0.06,-125.16h-202.01a28.44,28.44 0,0 1,-16.73 -5.4l-3.41,-2.96L512,577.82zM819.2,335.64L204.8,335.64a22.76,22.76 0,0 0,-22.76 22.76l-0.06,25.03 0.06,0.57v153.6a29.01,29.01 0,0 1,0 0.57v25.03c0,12.52 10.24,22.76 22.76,22.76h218.57l68.49,-68.49a28.44,28.44 0,0 1,36.35 -3.24l3.93,3.3 68.32,68.44L819.2,585.96a22.76,22.76 0,0 0,22.3 -18.2l0.46,-4.55L841.96,358.4a22.76,22.76 0,0 0,-22.76 -22.76zM125.16,412.44h-19.91v96.71h19.91v-96.71zM918.76,412.44h-19.91v96.71h19.91v-96.71zM793.6,381.16a28.44,28.44 0,0 1,5.12 56.43l-5.12,0.46h-153.6a28.44,28.44 0,0 1,-5.12 -56.43l5.12,-0.46h153.6zM665.6,182.04L358.4,182.04a125.16,125.16 0,0 0,-121.91 96.71h551.03a125.21,125.21 0,0 0,-112.98 -96.37L665.6,182.04z"
android:fillColor="#1296db"/>
</group>
</vector>
4 changes: 2 additions & 2 deletions 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="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
4 changes: 2 additions & 2 deletions 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="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Binary file added app/src/main/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.
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Binary file not shown.
Binary file added app/src/main/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.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Binary file not shown.
Binary file added app/src/main/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.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file added app/src/main/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.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added app/src/main/res/mipmap-xxxhdpi/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.
Binary file removed app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 4 additions & 0 deletions app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#EAEFED</color>
</resources>

0 comments on commit 4a53e3b

Please sign in to comment.