Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a635aed2 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

[Notif redesign] Change color of message icon bg

We missed this place where the bg was being used when we updated it in I7caf1c930c708fc048175a2864ece1665f81475a.

Bug: 406224300
Fix: 410732505
Test: manual
Flag: android.app.notifications_redesign_templates
Change-Id: I45119c15e5a5fa228cb04e5f342816f2b78d3495
parent 236a3c6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
            android:id="@+id/message_icon"
            android:layout_width="@dimen/notification_2025_icon_circle_size"
            android:layout_height="@dimen/notification_2025_icon_circle_size"
            android:background="@drawable/notification_icon_circle"
            android:background="@drawable/notification_2025_conversation_icon_background"
            android:clipToOutline="true"
            android:scaleType="centerCrop"
            android:importantForAccessibility="no" />