diff --git a/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml b/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml index 73acde2942..248c04a2f6 100644 --- a/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml +++ b/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml @@ -71,6 +71,7 @@ android:layout_width="16dp" android:layout_height="16dp" android:layout_marginEnd="5dp" + android:contentDescription="@null" android:src="@drawable/ic_microphone" app:tint="?vctr_content_secondary" /> @@ -97,6 +98,7 @@ android:layout_width="16dp" android:layout_height="16dp" android:layout_marginEnd="5dp" + android:contentDescription="@null" android:src="@drawable/ic_voice_broadcast_16" app:tint="?vctr_content_secondary" />