solve contentDescription warning for Image

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-10-10 18:06:58 +02:00
parent 8b52eb4637
commit f492ebf03d
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -67,6 +67,7 @@
android:id="@+id/deckCardImage"
android:layout_width="20dp"
android:layout_height="20dp"
android:contentDescription="@null"
android:src="@drawable/baseline_assignment_24" />
<androidx.emoji2.widget.EmojiTextView