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.
如何为 EditText 框中的文本设置 marquee 属性?
marquee 仅适用于 textview,我认为您不能使其在 EditText 中工作。您拥有的另一个选项是使用文本视图,然后在用户单击它进行输入时将其转换为编辑文本。稍后当它失去焦点时,将文本替换为相同的文本视图并隐藏编辑文本。