Update Android adaptive icon (#9298)
* remove adaptive icon gradient background * try new foreground/monochrome assets * adjust size back down
This commit is contained in:
+1
-2
@@ -178,8 +178,7 @@ module.exports = function (_config) {
|
|||||||
icon: './assets/app-icons/android_icon_default_next.png',
|
icon: './assets/app-icons/android_icon_default_next.png',
|
||||||
adaptiveIcon: {
|
adaptiveIcon: {
|
||||||
foregroundImage: './assets/icon-android-foreground.png',
|
foregroundImage: './assets/icon-android-foreground.png',
|
||||||
monochromeImage: './assets/icon-android-foreground.png',
|
monochromeImage: './assets/icon-android-monochrome.png',
|
||||||
backgroundImage: './assets/icon-android-background.png',
|
|
||||||
backgroundColor: '#006AFF',
|
backgroundColor: '#006AFF',
|
||||||
},
|
},
|
||||||
googleServicesFile: './google-services.json',
|
googleServicesFile: './google-services.json',
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 223 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 332 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user