From 7cf45ef302e5b5049190b385fe446a536a187550 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 2 Jan 2026 19:35:46 +0100 Subject: [PATCH] Added content descriptions for Gmail --- app/src/main/res/layout/fragment_gmail.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_gmail.xml b/app/src/main/res/layout/fragment_gmail.xml index a6db34fbd7..3c5c2f73c1 100644 --- a/app/src/main/res/layout/fragment_gmail.xml +++ b/app/src/main/res/layout/fragment_gmail.xml @@ -96,6 +96,7 @@ android:layout_height="wrap_content" android:layout_marginTop="12dp" android:autofillHints="name" + android:contentDescription="@string/title_identity_name" android:hint="@string/title_identity_name" android:imeOptions="actionDone" android:inputType="textPersonName|textCapWords"