|
|
|
@ -38,10 +38,10 @@
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
app:endIconMode="password_toggle"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvEncrypted"
|
|
|
|
|
app:passwordToggleEnabled="true">
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvEncrypted">
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -60,10 +60,10 @@
|
|
|
|
|
android:id="@+id/tilPassword2"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:endIconMode="password_toggle"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tilPassword1"
|
|
|
|
|
app:passwordToggleEnabled="true">
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tilPassword1">
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|