From e406fd4cc16f0f6e912de709f7d33b625fb91b60 Mon Sep 17 00:00:00 2001 From: darken Date: Sun, 14 Jun 2026 11:32:42 +0200 Subject: [PATCH] fix(monitor): Restore tint on product icons to prevent invisibility on light backgrounds Without tint, white PNG product icons (AirPods photos) are invisible on light notification backgrounds. Restore src_in tint with notification_icon_tint (a reliable day/night color resource) in both the PodInfoItemIcon.Notification style (covers small layouts) and the big layout product ImageViews that do not use that style. --- .../main/res/layout/monitor_notification_dual_pods_big.xml | 6 ++++++ .../res/layout/monitor_notification_single_pods_big.xml | 2 ++ app/src/main/res/values/styles.xml | 2 ++ 3 files changed, 10 insertions(+) diff --git a/app/src/main/res/layout/monitor_notification_dual_pods_big.xml b/app/src/main/res/layout/monitor_notification_dual_pods_big.xml index b85ac878..b56f93de 100644 --- a/app/src/main/res/layout/monitor_notification_dual_pods_big.xml +++ b/app/src/main/res/layout/monitor_notification_dual_pods_big.xml @@ -24,6 +24,8 @@ android:id="@+id/pod_left_icon" android:layout_width="24dp" android:layout_height="24dp" + android:tint="@color/notification_icon_tint" + android:tintMode="src_in" android:src="@drawable/device_airpods_gen1_left" /> 20dp 20dp + src_in + @color/notification_icon_tint