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

This commit is contained in:
Philip P. Moltmann
2016-06-01 23:57:19 +00:00
committed by Android (Google) Code Review

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>