From 9f87935b2e87ec50af49b362d9ac38802645a32e Mon Sep 17 00:00:00 2001 From: "Philip P. Moltmann" Date: Wed, 1 Jun 2016 15:07:04 -0700 Subject: [PATCH] Use text input to deal with fullscreen IME The full screen "number" keyboard strips all non-numeric letters out of the text field. Bug: 29004437 Change-Id: Ic7e79106a7fcf0716a28061592221557b9d62f52 --- packages/PrintSpooler/res/layout/print_activity_controls.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/PrintSpooler/res/layout/print_activity_controls.xml b/packages/PrintSpooler/res/layout/print_activity_controls.xml index 248d0c05934a7..69d4f914a453b 100644 --- a/packages/PrintSpooler/res/layout/print_activity_controls.xml +++ b/packages/PrintSpooler/res/layout/print_activity_controls.xml @@ -239,7 +239,7 @@ android:singleLine="true" android:ellipsize="end" android:visibility="visible" - android:inputType="number" + android:inputType="textNoSuggestions" android:digits="0123456789 ,-">