mirror of https://github.com/m2049r/xmrwallet.git
use textVisiblePassword for password field (#139)
This commit is contained in:
parent
c35deab283
commit
dab5e08910
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue