mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
adding a bigger icon at the status bar notification
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user