I am changing the value of an EditText
on keyListener
.
(我正在keyListener
上更改EditText
的值。)
But when I change the text the cursor is moving to the beginning of the EditText
.
(但是,当我更改文本时,光标将移动到EditText
的开头。)
I need the cursor to be at the end of the text. (我需要将光标放在文本的末尾。)
How to move the cursor to the end of the text in a EditText
.
(如何在EditText
中将光标移动到文本的末尾。)
ask by Manu translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…