I have an EditText for an ip address or DNS entry. Most people will use an ip address so I want to default the soft keyboard to the number pad. I can do that with:
android:inputType="phone"
但是,如果我想要进入国家安全局,那么我可以回到正文中。
我更愿意展示替代案文键盘(?) 如果需要,用户可以很容易地转向文本键盘,而不是数字表。
我如何这样做?