adding a bigger icon at the status bar notification

This commit is contained in:
tibbi
2020-03-30 22:23:34 +02:00
parent a0f74e6430
commit 5b24f24341
6 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class RecorderService : Service() {
val builder = NotificationCompat.Builder(this)
.setContentTitle(label)
.setContentText(getString(R.string.recording))
.setSmallIcon(R.drawable.ic_microphone_vector)
.setSmallIcon(R.drawable.ic_microphone_small)
.setContentIntent(getOpenAppIntent())
.setPriority(Notification.PRIORITY_DEFAULT)
.setSound(null)