Added quick setup wizard content descriptions

master
M66B 4 months ago
parent 9e5322bd56
commit 20f1528694

@ -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"
@ -95,6 +97,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autofillHints="password"
android:contentDescription="@string/title_setup_password"
android:hint="@string/title_setup_password"
android:imeOptions="actionGo"
android:inputType="textPassword"
@ -140,6 +143,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:contentDescription="@string/title_check"
android:drawableEnd="@drawable/twotone_check_24"
android:drawablePadding="6dp"
android:tag="disable"

Loading…
Cancel
Save