am 4d92f098: am ac72a3df: Merge "Limit wifi password to ascii chars" into klp-dev

* commit '4d92f098d063f4922d48cc7f0205d0fced03321b':
  Limit wifi password to ascii chars
This commit is contained in:
Russell Brenner
2013-09-09 18:18:37 -07:00
committed by Android Git Automerger

View File

@@ -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"