mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-05 15:52:47 +02:00
Add null content description.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/replacement_app_icon" />
|
||||
|
||||
<LinearLayout
|
||||
|
@@ -12,6 +12,7 @@
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@null"
|
||||
app:srcCompat="@drawable/ic_error"
|
||||
app:tint="?vctr_icon_critical_primary" />
|
||||
|
||||
|
Reference in New Issue
Block a user