From d8398c279c7c579340daa8f79893bba951d37061 Mon Sep 17 00:00:00 2001 From: ericdecanini Date: Thu, 25 Aug 2022 16:32:31 +0200 Subject: [PATCH] Adds content description to fix lint warning --- vector/src/main/res/layout/item_new_space.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/vector/src/main/res/layout/item_new_space.xml b/vector/src/main/res/layout/item_new_space.xml index b198818cdd..fc023ebd6e 100644 --- a/vector/src/main/res/layout/item_new_space.xml +++ b/vector/src/main/res/layout/item_new_space.xml @@ -66,6 +66,7 @@ android:layout_height="48dp" android:layout_marginEnd="21dp" android:background="?selectableItemBackground" + android:contentDescription="@string/a11y_expand_space_children" android:scaleType="centerInside" android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent"