在我写文章时,我使用了EditText(从文本意见中继承)的“singleLine”财产,以便通过将财产定为虚假来使观点更加多明了:
mCalculatorInput.setInputType(InputType.TYPE_NULL);
mCalculatorInput.setSingleLine(false);
其原因是上面的线,我不惜一切使用软键盘,以便使用我自己的钥匙。 问题是,“单一土地”财产是否适合使用,如果不适用,则打算采用何种方式模拟这种行为?
奇怪的是,我似乎无法找到任何证据来证明这一点已在以下网站得到解释:http://developer.android.com/vis/android/widget/TextView.html#attr_android%3asingleLine”rel=“nofollow”。 安德森网站:
But a quick google search shows quite a few people referring to this as deprecated, even from as far back as 2009 by someone from CommonsWare: