Skip to content

Commit

Permalink
统一图标,安卓支持主题图标 #140 #112
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed May 29, 2024
1 parent 1e59e83 commit f7d03c8
Show file tree
Hide file tree
Showing 67 changed files with 85 additions and 66 deletions.
1 change: 1 addition & 0 deletions simple_live_app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
android:label="Simple Live"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:networkSecurityConfig="@xml/network_security_config"
android:usesCleartextTraffic="true">
<activity
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?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"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>

<monochrome android:drawable="@mipmap/ic_launcher_foreground" />
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?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"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>

<monochrome android:drawable="@mipmap/ic_launcher_foreground" />
</adaptive-icon>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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">#FFFFFF</color>
</resources>
Binary file modified simple_live_app/assets/logo.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 added simple_live_app/assets/logo_400.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 modified simple_live_app/assets/logo_circle.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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"images" : [
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
"images": [
{
"size": "16x16",
"idiom": "mac",
"filename": "icon-16.png",
"scale": "1x"
},
{
"size": "16x16",
"idiom": "mac",
"filename": "[email protected]",
"scale": "2x"
},
{
"size": "32x32",
"idiom": "mac",
"filename": "icon-32.png",
"scale": "1x"
},
{
"size": "32x32",
"idiom": "mac",
"filename": "[email protected]",
"scale": "2x"
},
{
"size": "128x128",
"idiom": "mac",
"filename": "icon-128.png",
"scale": "1x"
},
{
"size": "128x128",
"idiom": "mac",
"filename": "[email protected]",
"scale": "2x"
},
{
"size": "256x256",
"idiom": "mac",
"filename": "icon-256.png",
"scale": "1x"
},
{
"size": "256x256",
"idiom": "mac",
"filename": "[email protected]",
"scale": "2x"
},
{
"size": "512x512",
"idiom": "mac",
"filename": "icon-512.png",
"scale": "1x"
},
{
"size": "512x512",
"idiom": "mac",
"filename": "[email protected]",
"scale": "2x"
}
],
"info": {
"version": 1,
"author": "icon.wuruihong.com"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
2 changes: 1 addition & 1 deletion simple_live_app/windows/packaging/msix/make_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
display_name: Simple Live
publisher_display_name: xiaoyaocz
identity_name: com.xycz.simplelive
logo_path: assets/logo_circle.png
logo_path: assets/logo_400.png
capabilities: internetClient
languages: zh-cn
install_certificate: "false"
Binary file modified simple_live_app/windows/runner/resources/app_icon.ico
Binary file not shown.

0 comments on commit f7d03c8

Please sign in to comment.