1
mirror of https://github.com/m2049r/xmrwallet synced 2025-04-03 19:05:31 +02:00

use textVisiblePassword for password field ()

This commit is contained in:
m2049r 2017-11-19 20:25:20 +01:00 committed by GitHub
parent c35deab283
commit dab5e08910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,7 @@
android:layout_height="match_parent"
android:hint="@string/generate_password_hint"
android:imeOptions="actionNext"
android:inputType="text"
android:inputType="textVisiblePassword"
android:textAlignment="textStart" />
</android.support.design.widget.TextInputLayout>