android_1.6_compatibility

This commit is contained in:
serso
2011-10-20 14:57:59 +04:00
parent 1f846ad264
commit 916cc81d25
18 changed files with 136 additions and 116 deletions

View File

@@ -283,8 +283,8 @@ public class NumberPicker extends LinearLayout {
if (displayedValues != null) {
// Allow text entry rather than strictly numeric entry.
mText.setRawInputType(InputType.TYPE_CLASS_TEXT |
InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
mText.setRawInputType(InputType.TYPE_CLASS_TEXT/* |
InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS*/);
}
}