Skip to content

Commit 05f5487

Browse files
authored
Merge pull request #728 from synonymdev/fix/default-icon-and-bg
fix: set default FCM icon and color on manifest
2 parents 1273542 + 3ca0a55 commit 05f5487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@
145145
See https://goo.gl/l4GJaQ -->
146146
<meta-data
147147
android:name="com.google.firebase.messaging.default_notification_icon"
148-
android:resource="@drawable/ic_notification" />
148+
android:resource="@drawable/ic_bitkit_outlined" />
149149
<!-- Set color used with incoming notification messages.
150150
This is used when no color is set for the incoming notification message.
151151
See https://goo.gl/6BKBk7 -->
152152
<meta-data
153153
android:name="com.google.firebase.messaging.default_notification_color"
154-
android:resource="@color/teal_200" />
154+
android:resource="@color/brand" />
155155
<!-- Set default notifications channel for Firebase. -->
156156
<meta-data
157157
android:name="com.google.firebase.messaging.default_notification_channel_id"

0 commit comments

Comments
 (0)