Use monospace for password

This commit is contained in:
Mygod
2018-09-08 17:03:08 +08:00
parent e51f639c86
commit c7faa24be9
3 changed files with 15 additions and 2 deletions

View File

@@ -51,6 +51,7 @@
android:singleLine="true"
android:hint="@string/wifi_password"
android:inputType="textPassword"
android:typeface="monospace"
android:maxLength="63"
android:imeOptions="flagForceAscii" />
</com.google.android.material.textfield.TextInputLayout>