From daa007b67dd9621e367223d66fe8c0ed5b0198c1 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 12 Feb 2021 19:05:09 +0100 Subject: [PATCH] a11y --- .../main/res/layout/composer_layout_constraint_set_compact.xml | 1 + .../main/res/layout/composer_layout_constraint_set_expanded.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/vector/src/main/res/layout/composer_layout_constraint_set_compact.xml b/vector/src/main/res/layout/composer_layout_constraint_set_compact.xml index e4da906d2f..892bf8b8b9 100644 --- a/vector/src/main/res/layout/composer_layout_constraint_set_compact.xml +++ b/vector/src/main/res/layout/composer_layout_constraint_set_compact.xml @@ -113,6 +113,7 @@ android:layout_height="52dp" android:layout_margin="1dp" android:background="?android:attr/selectableItemBackground" + android:contentDescription="@string/option_send_files" android:src="@drawable/ic_attachment" app:layout_constraintBottom_toBottomOf="@id/sendButton" app:layout_constraintEnd_toStartOf="@+id/composerShieldImageView" diff --git a/vector/src/main/res/layout/composer_layout_constraint_set_expanded.xml b/vector/src/main/res/layout/composer_layout_constraint_set_expanded.xml index 780bc71f98..c453afe355 100644 --- a/vector/src/main/res/layout/composer_layout_constraint_set_expanded.xml +++ b/vector/src/main/res/layout/composer_layout_constraint_set_expanded.xml @@ -119,6 +119,7 @@ android:layout_height="52dp" android:layout_margin="1dp" android:background="?android:attr/selectableItemBackground" + android:contentDescription="@string/option_send_files" android:src="@drawable/ic_attachment" app:layout_constraintBottom_toBottomOf="@+id/sendButton" app:layout_constraintEnd_toStartOf="parent"