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