输入类型为自定义软键盘
Input Type as Custom Soft keyboard
是否可以将 TextView
的输入类型设置为自定义 IME 的输入类型?
我创建了一个名为 "SimpleIME" 的 IME,例如我想执行如下操作。
android:inputtype="SimpleIME"
Is it possible to set the input type of a TextView to that of a custom IME?
没有。用户可以选择 IME,而不是应用开发者。
是否可以将 TextView
的输入类型设置为自定义 IME 的输入类型?
我创建了一个名为 "SimpleIME" 的 IME,例如我想执行如下操作。
android:inputtype="SimpleIME"
Is it possible to set the input type of a TextView to that of a custom IME?
没有。用户可以选择 IME,而不是应用开发者。