From 16be69ebaeffd92a4c3b23f944d2bd06707d2aaa Mon Sep 17 00:00:00 2001 From: Maxime NATUREL Date: Mon, 9 May 2022 14:56:35 +0200 Subject: [PATCH] Fix tint of banner icon for start and inactive message --- .../layout/item_timeline_event_live_location_inactive_stub.xml | 1 + .../res/layout/item_timeline_event_live_location_start_stub.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/vector/src/main/res/layout/item_timeline_event_live_location_inactive_stub.xml b/vector/src/main/res/layout/item_timeline_event_live_location_inactive_stub.xml index 248a1b9078..6b06e05b08 100644 --- a/vector/src/main/res/layout/item_timeline_event_live_location_inactive_stub.xml +++ b/vector/src/main/res/layout/item_timeline_event_live_location_inactive_stub.xml @@ -50,6 +50,7 @@ app:layout_constraintStart_toStartOf="@id/locationLiveInactiveBanner" app:layout_constraintTop_toTopOf="@id/locationLiveInactiveBanner" app:srcCompat="@drawable/ic_attachment_location_live_white" + app:tint="?android:colorBackground" tools:ignore="ContentDescription" />