使用 TextWatcher 在 EditText 上添加取消按钮/图标

发布于 2024-12-09 17:53:36 字数 162 浏览 1 评论 0原文

我有一个带有 TextWatcher 的 EditText,并且 onChangeText 方法工作完美。

我想在 EditText 的最右端添加一个迷你图标/按钮,它会清除文本然后消失。

我可以对如何实施这个有一些指导吗?我不需要源代码,而是想要使用什么机制的想法。先感谢您。

I have an EditText with a TextWatcher attached to it and the onChangeText method works flawlessly.

I'd like to add a mini icon/button at the very right end of the EditText, which clears the text and then disappears.

May I have some direction on how to implement this? I don't want source code, but an idea on what mechanism to use. Thank you in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱给你人给你 2024-12-16 17:53:36

我想说的是,您将它永久地保留在您的布局中,因为您希望它看起来像这样,但您通常将“可见性”设置为“消失”,然后在您希望显示它时将其设置为“可见”。

I would say you have it in your Layout permanently as you want it to look but you normally have the Visibility set to GONE then just set it to VISIBLE when you want it shown.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文