enable monochrone app icons
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -6,4 +6,9 @@
|
|||||||
android:drawable="@drawable/ic_launcher_foreground"
|
android:drawable="@drawable/ic_launcher_foreground"
|
||||||
android:inset="25%" />
|
android:inset="25%" />
|
||||||
</foreground>
|
</foreground>
|
||||||
|
<monochrome>
|
||||||
|
<inset
|
||||||
|
android:drawable="@drawable/ic_launcher_monochrome"
|
||||||
|
android:inset="25%" />
|
||||||
|
</monochrome>
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
|
|||||||
@@ -123,4 +123,6 @@ flutter_launcher_icons:
|
|||||||
android: "launcher_icon"
|
android: "launcher_icon"
|
||||||
image_path: "assets/icon/icon.png"
|
image_path: "assets/icon/icon.png"
|
||||||
adaptive_icon_foreground: "assets/icon/icon.png"
|
adaptive_icon_foreground: "assets/icon/icon.png"
|
||||||
|
adaptive_icon_monochrome: "assets/icon/icon.png"
|
||||||
|
adaptive_icon_foreground_inset: 25
|
||||||
adaptive_icon_background: "#FF000000"
|
adaptive_icon_background: "#FF000000"
|
||||||
|
|||||||
Reference in New Issue
Block a user