Fix tint of banner icon for start and inactive message

This commit is contained in:
Maxime NATUREL 2022-05-09 14:56:35 +02:00
parent 4862f8e7c9
commit 16be69ebae
2 changed files with 2 additions and 0 deletions

View File

@ -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" />
<TextView

View File

@ -39,6 +39,7 @@
app:layout_constraintStart_toStartOf="@id/locationLiveStartBanner"
app:layout_constraintTop_toTopOf="@id/locationLiveStartBanner"
app:srcCompat="@drawable/ic_attachment_location_live_white"
app:tint="?android:colorBackground"
tools:ignore="ContentDescription" />
<TextView