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"