fix: typo in adaptive icon

This commit is contained in:
Hiddify
2023-09-15 17:00:46 +02:00
parent f5ca43bfd0
commit b6bbdb93dd
3 changed files with 2 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
</adaptive-icon>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/> <background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_round"/> <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/> <monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
</adaptive-icon> </adaptive-icon>

View File

@@ -129,7 +129,7 @@ icons_launcher:
# adaptive_background_color: "#ffffff" # adaptive_background_color: "#ffffff"
adaptive_background_image: "assets/images/source/ic_launcher_background.png" adaptive_background_image: "assets/images/source/ic_launcher_background.png"
adaptive_foreground_image: "assets/images/source/ic_launcher_foreground.png" adaptive_foreground_image: "assets/images/source/ic_launcher_foreground.png"
adaptive_round_image: "assets/images/source/ic_launcher_round.png" adaptive_round_image: "assets/images/source/ic_launcher_rounded.png"
adaptive_monochrome_image: "assets/images/source/ic_launcher_monochrome.png" adaptive_monochrome_image: "assets/images/source/ic_launcher_monochrome.png"
ios: ios:
enable: true enable: true