|
|
|
@ -52,6 +52,7 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:imeOptions="actionDone"
|
|
|
|
android:imeOptions="actionDone"
|
|
|
|
|
|
|
|
android:importantForAutofill="no"
|
|
|
|
android:inputType="textPassword"
|
|
|
|
android:inputType="textPassword"
|
|
|
|
android:maxLength="24"
|
|
|
|
android:maxLength="24"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:singleLine="true"
|
|
|
|
@ -80,4 +81,4 @@
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" />
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" />
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|