Show strength meter when password entry has focus.

Also fixed some IME action issues on Android 2.3.
This commit is contained in:
akwizgran
2015-12-31 12:00:42 +00:00
parent 9b1dacfe97
commit 50b941e50e
4 changed files with 23 additions and 23 deletions

View File

@@ -27,7 +27,6 @@
android:hint="@string/password_hint"
android:imeOptions="actionDone"
android:inputType="textPassword"
android:lines="1"
android:maxLines="1" />
<Button