Change notification icon for Android

(cherry picked from commit 9119f8e7b3781b43d71b2a9e2a52b9ab90365bf4)
This commit is contained in:
Dat PHAM HOANG
2023-12-06 17:29:46 +07:00
committed by Dat H. Pham
parent af01af0780
commit 5319d5ca0e
14 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_notification" />
android:resource="@drawable/notification_icon" />
<activity
android:name=".MainActivity"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 530 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

@@ -14,7 +14,7 @@ class LocalNotificationConfig {
static const iosInitializationSettings = DarwinInitializationSettings();
static const androidInitializationSettings = AndroidInitializationSettings('ic_notification');
static const androidInitializationSettings = AndroidInitializationSettings('notification_icon');
static const androidNotificationChannel = AndroidNotificationChannel(
_channelId,