am ac72a3df
: Merge "Limit wifi password to ascii chars" into klp-dev
* commit 'ac72a3dfd3069c39e3605a9f5f114efb19059ded': Limit wifi password to ascii chars
This commit is contained in:
@@ -82,7 +82,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:password="true"
|
android:password="true"
|
||||||
android:maxLength="63" />
|
android:maxLength="63"
|
||||||
|
android:imeOptions="flagForceAscii" />
|
||||||
|
|
||||||
<TextView android:id="@+id/hint"
|
<TextView android:id="@+id/hint"
|
||||||
style="?android:attr/textAppearanceSmall"
|
style="?android:attr/textAppearanceSmall"
|
||||||
|
Reference in New Issue
Block a user