From dc4db8caa9cfe128c2fcaa4a5fac7f54fd6872d5 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 2 Jan 2026 19:36:14 +0100 Subject: [PATCH] Added content descriptions for identity --- app/src/main/res/layout/fragment_identity.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/layout/fragment_identity.xml b/app/src/main/res/layout/fragment_identity.xml index c9d63b3054..d4277a35b7 100644 --- a/app/src/main/res/layout/fragment_identity.xml +++ b/app/src/main/res/layout/fragment_identity.xml @@ -313,6 +313,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="12dp" + android:labelFor="@+id/etHost" android:text="@string/title_host" android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:textColor="?android:textColorPrimary" @@ -431,6 +432,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="12dp" + android:labelFor="@+id/etPort" android:text="@string/title_port" android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:textColor="?android:textColorPrimary" @@ -483,6 +485,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="12dp" + android:labelFor="@+id/tilPassword" android:text="@string/title_password" android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:textColor="?android:textColorPrimary"