mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
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.
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
<style name="PodInfoItemIcon.Notification" parent="TextAppearance.Compat.Notification.Title">
|
||||
<item name="android:layout_height">20dp</item>
|
||||
<item name="android:layout_width">20dp</item>
|
||||
<item name="android:tintMode">src_in</item>
|
||||
<item name="android:tint">@color/notification_icon_tint</item>
|
||||
</style>
|
||||
|
||||
<style name="PodInfoItemIcon.Notification.Large" parent="PodInfoItemIcon.Notification">
|
||||
|
||||
Reference in New Issue
Block a user