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.
我想在 Android 中设置图像而不是编辑文本视图。
一种解决方案是使用 OnTextChangedListener 创建您自己的 TextView。在侦听器中,获取输入的最后一个字符并将其附加到缓存值。然后将值替换为您自己的角色。(任何 ASCII 字符)
如果您想在其中获取图像,那么您必须更深入地了解这个概念并创建您自己的 TextView 类,该类可能会覆盖onDraw并添加图像而不是文本。
onDraw