Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created March 24, 2016 07:09
Embed
What would you like to do?
NotificationCompat.Builder builder = new NotificationCompat.Builder(context)
// Other properties
.setColor(ContextCompat.getColor(context, R.color.primary));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment