Change large icon for notification on android
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 180 KiB |
|
After Width: | Height: | Size: 432 KiB |
|
After Width: | Height: | Size: 673 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
Before Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 40 KiB |
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:keep="@drawable/*" />
|
||||
@@ -47,7 +47,7 @@ class LocalNotificationConfig {
|
||||
styleInformation: styleInformation,
|
||||
channelShowBadge: true,
|
||||
showWhen: true,
|
||||
largeIcon: const DrawableResourceAndroidBitmap('@mipmap/ic_large_notification')
|
||||
largeIcon: const DrawableResourceAndroidBitmap('ic_large_notification')
|
||||
),
|
||||
iOS: const DarwinNotificationDetails(
|
||||
presentSound: true,
|
||||
|
||||