Is it possible to change the text color of 'FIRE'/'AMBULANCE'/'POLICE'?
Or add icons to them like in older versions of Android?
NotificationCompat.Builder builder = new NotificationCompat.Builder(context);
builder.setColor(ContextCompat.getColor(context, R.color.colorPrimary));
NotificationCompat.Builder.setColor
method is used to set an accent color for the notification, which will also be applied to action buttons' text.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With