Fix 6663465: remove flagNoEnterAction in favor of actionNext

This fixes a bug where the return key was showing in some layouts
for choose/confirm password screens in Settings.  Now we just use
"actionNext" which ensures we see consistent behavior across
devices.

Change-Id: I4bf3033654b85f14c55de6f418caaf1ce563c33a
This commit is contained in:
Jim Miller
2012-06-15 17:56:49 -07:00
parent 5ea994c552
commit feeafe2e79
8 changed files with 8 additions and 4 deletions

View File

@@ -46,6 +46,7 @@
android:singleLine="true"
android:textStyle="bold"
android:inputType="textPassword"
android:imeOptions="actionNext"
android:gravity="center"
android:layout_gravity="center"
android:textSize="32sp"

View File

@@ -49,6 +49,7 @@
android:singleLine="true"
android:textStyle="bold"
android:inputType="textPassword"
android:imeOptions="actionNext"
android:gravity="center"
android:layout_gravity="center"
android:textSize="32sp"