Password list get's loaded in the background
- User has to repeat his passphrase - Passwords can now be toggled - Error message on wrong passphrase on decryption
This commit is contained in:
@@ -11,11 +11,22 @@
|
||||
android:id="@+id/passphrase_input"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="textPassword"
|
||||
android:backgroundTint="@color/colorPrimary"
|
||||
android:textColorHint="@color/colorPrimary"
|
||||
android:textColor="@color/colorPrimary"
|
||||
android:hint="Enter passphrase"/>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/passphrase2_input"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="textPassword"
|
||||
android:backgroundTint="@color/colorPrimary"
|
||||
android:textColorHint="@color/colorPrimary"
|
||||
android:textColor="@color/colorPrimary"
|
||||
android:hint="Repeat passphrase"/>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/hint_input"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user