Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个EditText用户可以在其中写一个数字。我还需要在右侧写一个文本EditText,即所写数字的度量单位。
EditText
用户不能编辑单位,只能编辑数字。那么,有没有一种方法可以让用户书写(一如既往地在左侧)并在右侧保留文本EditText?
您可以TextView在EditText.
TextView
然后,你TextWatcher在你的EditText.
TextWatcher