From 91f756c6cd082671ad3385301f61bb6e71769c4b Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 2 Jan 2026 19:21:26 +0100 Subject: [PATCH] Added content descriptions for OAuth --- app/src/main/res/layout/fragment_oauth.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/layout/fragment_oauth.xml b/app/src/main/res/layout/fragment_oauth.xml index fe38e99173..87525f9955 100644 --- a/app/src/main/res/layout/fragment_oauth.xml +++ b/app/src/main/res/layout/fragment_oauth.xml @@ -58,6 +58,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="actionNext" android:inputType="textPersonName|textCapWords" @@ -74,6 +75,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:autofillHints="emailAddress" + android:contentDescription="@string/title_identity_email" android:hint="@string/title_identity_email" android:imeOptions="actionNext" android:inputType="textEmailAddress" @@ -86,6 +88,7 @@ android:id="@+id/etTenant" android:layout_width="0dp" android:layout_height="wrap_content" + android:contentDescription="@string/title_identity_tenant" android:hint="@string/title_identity_tenant" android:imeOptions="actionNext" android:inputType="textNoSuggestions"