Two tone icons V2

This commit is contained in:
M66B
2020-09-28 09:18:56 +02:00
parent 9f9a2903fe
commit b87dda9174
352 changed files with 2133 additions and 1609 deletions

View File

@@ -200,7 +200,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
NotificationCompat.Builder getNotificationService() {
NotificationCompat.Builder builder =
new NotificationCompat.Builder(this, "send")
.setSmallIcon(R.drawable.baseline_send_24)
.setSmallIcon(R.drawable.twotone_send_24)
.setContentTitle(getString(R.string.title_notification_sending))
.setContentIntent(getPendingIntent(this))
.setAutoCancel(false)