From 8d7a67645b89002342db7471768e565718c8866c Mon Sep 17 00:00:00 2001 From: Marcel Dopita Date: Mon, 1 Jan 2018 20:20:23 +0100 Subject: [PATCH] Fix notification icon color Icons used in notifications/status bar are monochrome and should use only white color and transparency. It is displayed fine on Android emulators but it's shown in black on Samsung Galaxy S7 running Android 7.0. After the change, status bar icon is white and the small icon in notification still uses the black color set via setColor(). Termux doesn't support devices running Android older than 5.0 but using white color in vector drawables would be also necessary to generate proper (white) bitmap icons. --- app/src/main/res/drawable/ic_service_notification.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/drawable/ic_service_notification.xml b/app/src/main/res/drawable/ic_service_notification.xml index 4b422c7a85..314054d999 100644 --- a/app/src/main/res/drawable/ic_service_notification.xml +++ b/app/src/main/res/drawable/ic_service_notification.xml @@ -9,7 +9,7 @@