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.
我想添加一个图像(动画 gif)代替文本。假设当我输入 CAT(关键字)时,Edittext 中的 CAT 关键字被替换为猫的图像......我需要一些指南......谢谢......
Android不支持 .gif文件。如果你想做第二件事,那么添加一个按钮并在其点击侦听器上使文本视图可见性变为GONE,图像视图可见性变为可见,给出图像路径。