Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created March 24, 2016 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/ea4ab669d78406af7c47 to your computer and use it in GitHub Desktop.
Save hitherejoe/ea4ab669d78406af7c47 to your computer and use it in GitHub Desktop.
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