We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1273542 + 3ca0a55 commit 05f5487Copy full SHA for 05f5487
1 file changed
app/src/main/AndroidManifest.xml
@@ -145,13 +145,13 @@
145
See https://goo.gl/l4GJaQ -->
146
<meta-data
147
android:name="com.google.firebase.messaging.default_notification_icon"
148
- android:resource="@drawable/ic_notification" />
+ android:resource="@drawable/ic_bitkit_outlined" />
149
<!-- Set color used with incoming notification messages.
150
This is used when no color is set for the incoming notification message.
151
See https://goo.gl/6BKBk7 -->
152
153
android:name="com.google.firebase.messaging.default_notification_color"
154
- android:resource="@color/teal_200" />
+ android:resource="@color/brand" />
155
<!-- Set default notifications channel for Firebase. -->
156
157
android:name="com.google.firebase.messaging.default_notification_channel_id"
0 commit comments