|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:autofillHints="password"
|
|
|
|
|
android:hint="@string/title_setup_password"
|
|
|
|
|
android:imeOptions="actionNext|flagNoPersonalizedLearning"
|
|
|
|
|
android:imeOptions="actionNext"
|
|
|
|
|
android:inputType="textPassword"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium">
|
|
|
|
|
|
|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:autofillHints="password"
|
|
|
|
|
android:hint="@string/title_setup_password_repeat"
|
|
|
|
|
android:imeOptions="actionDone|flagNoPersonalizedLearning"
|
|
|
|
|
android:imeOptions="actionDone"
|
|
|
|
|
android:inputType="textPassword"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
|
|
|