From f492ebf03d9a69d3151351be6197aab996b93a0d Mon Sep 17 00:00:00 2001 From: sowjanyakch Date: Thu, 10 Oct 2024 18:06:58 +0200 Subject: [PATCH] solve contentDescription warning for Image Signed-off-by: sowjanyakch --- .../main/res/layout/item_custom_incoming_deck_card_message.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/item_custom_incoming_deck_card_message.xml b/app/src/main/res/layout/item_custom_incoming_deck_card_message.xml index 3e04b0372..fd2bb6b55 100644 --- a/app/src/main/res/layout/item_custom_incoming_deck_card_message.xml +++ b/app/src/main/res/layout/item_custom_incoming_deck_card_message.xml @@ -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" />