Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Last active March 23, 2016 22:50
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/fc79c693cc7a50f44cf4 to your computer and use it in GitHub Desktop.
Save hitherejoe/fc79c693cc7a50f44cf4 to your computer and use it in GitHub Desktop.
Notification.Builder builder = new Notification.Builder(context)
.setSmallIcon(R.drawable.ic_phonelink_ring_primary_24dp)
.setCustomBigContentView(bigRemoteView)
.setStyle(new Notification.DecoratedCustomViewStyle());
.setAutoCancel(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment