gpt4 book ai didi

java - 不同的 setText(CharSequence,TextView.BufferType) 和 setText(CharSequence)

转载 作者:太空宇宙 更新时间:2023-11-03 10:43:27 27 4
gpt4 key购买 nike

setText(CharSequence, TextView.BufferType)setText(CharSequence) 有什么区别,什么时候应该使用它们?

最佳答案

setText (CharSequence text)

设置 TextView 的字符串值。而

setText (CharSequence text, TextView.BufferType type) 

设置此 TextView 要显示的文本,还设置它是否存储在可设置样式/可跨越的缓冲区中以及是否可编辑。

所有 BufferType 选项都是:

  1. TextView.BufferType.EDITABLE
  2. TextView.BufferType.NORMAL
  3. TextView.BufferType.SPANANABLE

例如

myEditText.setText("This is new text from setText with BufferType EDITABLE.",  TextView.BufferType.EDITABLE); 

关于java - 不同的 setText(CharSequence,TextView.BufferType) 和 setText(CharSequence),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29861302/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com