Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add accessible name for contact picture checkbox #8694

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions legacy/ui/legacy/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1078,4 +1078,5 @@ You can keep this message and use it as a backup for your secret key. If you wan
<string name="settings_ui_telemetry_title">Usage and technical data</string>
<!-- Description of the "Usage and technical data" setting used in the "data collection" section of the general settings screen -->
<string name="settings_ui_telemetry_description">Shares performance, usage, hardware and customization data about this app with Mozilla to help us make Thunderbird better</string>
<string name="checkbox_content_description">Checkbox</string>
</resources>