Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
feat(notification-color): specify accent color for notification
Browse files Browse the repository at this point in the history
  • Loading branch information
pjozsef committed Mar 14, 2018
1 parent 81dbe5c commit 83d3d73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
android:name="com.emarsys.mobileengage.small_notification_icon"
android:resource="@drawable/notification_icon" />

<meta-data
android:name="com.emarsys.mobileengage.notification_color"
android:resource="@color/colorPrimary" />

</application>

</manifest>

0 comments on commit 83d3d73

Please sign in to comment.