mirror of
https://github.com/m2049r/xmrwallet
synced 2025-04-18 22:11:12 +02:00
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:layout_height="match_parent"
|
||||||
android:hint="@string/generate_password_hint"
|
android:hint="@string/generate_password_hint"
|
||||||
android:imeOptions="actionNext"
|
android:imeOptions="actionNext"
|
||||||
android:inputType="text"
|
android:inputType="textVisiblePassword"
|
||||||
android:textAlignment="textStart" />
|
android:textAlignment="textStart" />
|
||||||
|
|
||||||
</android.support.design.widget.TextInputLayout>
|
</android.support.design.widget.TextInputLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user