Merge "Limit wifi password to ascii chars" into klp-dev

This commit is contained in:
Russell Brenner
2013-09-10 01:11:42 +00:00
committed by Android (Google) Code Review

View File

@@ -82,7 +82,8 @@
android:layout_height="wrap_content"
android:singleLine="true"
android:password="true"
android:maxLength="63" />
android:maxLength="63"
android:imeOptions="flagForceAscii" />
<TextView android:id="@+id/hint"
style="?android:attr/textAppearanceSmall"