fix: typo in adaptive icon
This commit is contained in:
@@ -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>
|
|
||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user