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) val builder = NotificationCompat.Builder(this)
.setContentTitle(label) .setContentTitle(label)
.setContentText(getString(R.string.recording)) .setContentText(getString(R.string.recording))
.setSmallIcon(R.drawable.ic_microphone_vector) .setSmallIcon(R.drawable.ic_microphone_small)
.setContentIntent(getOpenAppIntent()) .setContentIntent(getOpenAppIntent())
.setPriority(Notification.PRIORITY_DEFAULT) .setPriority(Notification.PRIORITY_DEFAULT)
.setSound(null) .setSound(null)

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB