Dashed input field in android for confirmation codes

纵然是瞬间 提交于 2020-01-24 10:07:27

问题


I am trying to create a Dashed input field for numbers in android layout, such as " _ _ _ _ " where I can add 4 numbers and get them in my main activity. I have searched a lot but not getting any better solution.


回答1:


Use this library to achieve your objective. https://github.com/glomadrian/material-code-input




回答2:


Create EditText for 4 dashes and implement OnTextChanged() for every EditText to quickly jump to other input. Make sure the EditText has input type as number and can only allow a single digit. You can create such with this concept.



来源:https://stackoverflow.com/questions/43252247/dashed-input-field-in-android-for-confirmation-codes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!