|
|
|
|
@ -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"
|
|
|
|
|
|