mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix tint of banner icon for start and inactive message
This commit is contained in:
parent
4862f8e7c9
commit
16be69ebae
@ -50,6 +50,7 @@
|
|||||||
app:layout_constraintStart_toStartOf="@id/locationLiveInactiveBanner"
|
app:layout_constraintStart_toStartOf="@id/locationLiveInactiveBanner"
|
||||||
app:layout_constraintTop_toTopOf="@id/locationLiveInactiveBanner"
|
app:layout_constraintTop_toTopOf="@id/locationLiveInactiveBanner"
|
||||||
app:srcCompat="@drawable/ic_attachment_location_live_white"
|
app:srcCompat="@drawable/ic_attachment_location_live_white"
|
||||||
|
app:tint="?android:colorBackground"
|
||||||
tools:ignore="ContentDescription" />
|
tools:ignore="ContentDescription" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
app:layout_constraintStart_toStartOf="@id/locationLiveStartBanner"
|
app:layout_constraintStart_toStartOf="@id/locationLiveStartBanner"
|
||||||
app:layout_constraintTop_toTopOf="@id/locationLiveStartBanner"
|
app:layout_constraintTop_toTopOf="@id/locationLiveStartBanner"
|
||||||
app:srcCompat="@drawable/ic_attachment_location_live_white"
|
app:srcCompat="@drawable/ic_attachment_location_live_white"
|
||||||
|
app:tint="?android:colorBackground"
|
||||||
tools:ignore="ContentDescription" />
|
tools:ignore="ContentDescription" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
Loading…
Reference in New Issue
Block a user