From 1cbdb6a3d2ccd018793655be505a1424d5784e06 Mon Sep 17 00:00:00 2001 From: William Spiegel Date: Wed, 18 Dec 2024 20:13:01 -0500 Subject: [PATCH] add accessible name for contact picture checkbox --- legacy/ui/legacy/src/main/res/layout/message_list_item.xml | 1 + legacy/ui/legacy/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/legacy/ui/legacy/src/main/res/layout/message_list_item.xml b/legacy/ui/legacy/src/main/res/layout/message_list_item.xml index 15adaf7229d..3cf4db8af91 100644 --- a/legacy/ui/legacy/src/main/res/layout/message_list_item.xml +++ b/legacy/ui/legacy/src/main/res/layout/message_list_item.xml @@ -226,6 +226,7 @@ android:id="@+id/contact_picture_click_area" android:layout_width="@dimen/messageListStartKeyline" android:layout_height="0dp" + android:contentDescription="@string/checkbox_content_description" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" diff --git a/legacy/ui/legacy/src/main/res/values/strings.xml b/legacy/ui/legacy/src/main/res/values/strings.xml index 479726ae2ce..f4aa3e7c231 100644 --- a/legacy/ui/legacy/src/main/res/values/strings.xml +++ b/legacy/ui/legacy/src/main/res/values/strings.xml @@ -1078,4 +1078,5 @@ You can keep this message and use it as a backup for your secret key. If you wan Usage and technical data Shares performance, usage, hardware and customization data about this app with Mozilla to help us make Thunderbird better + Checkbox