Merge "Use text input to deal with fullscreen IME" into nyc-dev am: ddf5c44567

am: 75300f64e7

* commit '75300f64e7db8f5a26ecfb0e373de5d01f245103':
  Use text input to deal with fullscreen IME

Change-Id: I4bc72f296be562b2f162c375dc90ac7b023e473c
This commit is contained in:
Philip P. Moltmann
2016-06-02 00:10:24 +00:00
committed by android-build-merger

View File

@@ -239,7 +239,7 @@
android:singleLine="true"
android:ellipsize="end"
android:visibility="visible"
android:inputType="number"
android:inputType="textNoSuggestions"
android:digits="0123456789 ,-">
</com.android.printspooler.widget.CustomErrorEditText>