Skip to content

Commit

Permalink
Use the recording icon for the notification.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 8, 2014
1 parent d8f65fd commit b9af181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ private void showNotification(final Uri uri, Bitmap bitmap) {
.setContentText(subtitle)
.setWhen(System.currentTimeMillis())
.setShowWhen(true)
.setSmallIcon(R.drawable.ic_launcher)
.setSmallIcon(R.drawable.ic_videocam_white_24dp)
.setColor(context.getResources().getColor(R.color.primary_normal))
.setContentIntent(pendingViewIntent)
.setAutoCancel(true)
Expand Down

0 comments on commit b9af181

Please sign in to comment.