Android EditText背景文本

发布于 2024-10-08 15:00:59 字数 191 浏览 1 评论 0原文

有没有办法设置 EditText 的背景文本?例如,我有一个带有 2 个 EditText 视图的登录屏幕,一个用于用户名,一个用于密码。我希望将文本“用户名”和“密码”写入 EditText 内,一旦用户触摸这些文本,文本就会消失,但一旦用户删除了自己的条目,文本就会重新出现。

是否有一个属性可以实现这一点,或者我应该通过事件和其他东西自己实现它?

Is there a way to set the background text of an EditText? for instance, I have a login screen with 2 EditText views, one for username and one for password. I want the text "Username" and "Password" be written inside the EditText, and once the user touches those the text disappears but once user deleted his own entry, text re-appears.

Is there a property for that or should I implement this on my own with events and stuff?

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

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

发布评论

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

评论(2

烏雲後面有陽光 2024-10-15 15:00:59

hint 属性将为您处理这个问题。

The hint property will take care of that for you.

昵称有卵用 2024-10-15 15:00:59

使用 hint 属性,或 setHint 方法。

Use hint property, or setHint method.

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