From ab029e44f57f175eb8644627823af4458beb1cf3 Mon Sep 17 00:00:00 2001 From: Zoey Chen Date: Tue, 27 Jun 2023 17:56:29 +0000 Subject: [PATCH] [Regional Preference] Add content descripiton to the img for Talkback Test: manual Bug: 289176529 Change-Id: Iaa7e6d8fca1036be58ea5bb17e722935f5f9f424 --- res/layout/preference_check_icon.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/preference_check_icon.xml b/res/layout/preference_check_icon.xml index 1b759fcc045..bd0dd79b421 100644 --- a/res/layout/preference_check_icon.xml +++ b/res/layout/preference_check_icon.xml @@ -20,4 +20,5 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" - android:layout_marginHorizontal="16dp"/> \ No newline at end of file + android:layout_marginHorizontal="16dp" + android:contentDescription="@*android:string/checked"/> \ No newline at end of file