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

am: ddf5c44567

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

Change-Id: I5fc7ddf35ce6696824558029f09f8e7cd9ac6fbd
This commit is contained in:
Philip P. Moltmann
2016-06-02 00:05:44 +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>