mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Add missing content description
This commit is contained in:
parent
4a76998c98
commit
34cafa373f
1 changed files with 2 additions and 0 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue