1.父类TextView
2.光标样式 textCursorDrawable
3.inputType="phone"(textPassword..)
4.软键盘(二选一)
a.imeOptions="actionSearch"(actionGo、actionSend)
b.imeActionLabel="去吧"
5.监听器
et.addTextChangedListener(new TextWatcher(){...})
1.父类TextView
2.光标样式 textCursorDrawable
3.inputType="phone"(textPassword..)
4.软键盘(二选一)
a.imeOptions="actionSearch"(actionGo、actionSend)
b.imeActionLabel="去吧"
5.监听器
et.addTextChangedListener(new TextWatcher(){...})
转载于:https://my.oschina.net/glfei/blog/2997059