how to append text into an edittext in android?

后端 未结 1 635
醉酒成梦
醉酒成梦 2020-12-20 17:30

In my application I want to give the user ways of selecting text from a list and appending into an edittext, however Im unable to find any documentation on how to do this, a

相关标签:
1条回答
  • 2020-12-20 18:10

    Just use append() of the EditText. The Argument will be appended at the end of the Editable.

    0 讨论(0)
提交回复
热议问题