use visible password field

resolves #366.
This commit is contained in:
Hussein Mohammed 2018-10-12 15:26:49 +01:00
parent 483e8d9310
commit 0b9eeb27e7
No known key found for this signature in database
GPG key ID: B14B8E108F5E6329

View file

@ -61,6 +61,7 @@
android:hint="@string/crypto_password_edit_hint"
android:layout_height="0dp"
android:layout_weight="1"
android:inputType="textVisiblePassword"
android:typeface="monospace" />
<Button
@ -83,6 +84,7 @@
android:layout_height="fill_parent"
android:hint="@string/crypto_extra_edit_hint"
android:enabled="true"
android:inputType="textVisiblePassword"
android:typeface="monospace"
android:visibility="visible" />
</LinearLayout>