Android EditText:焦点大纲

发布于 2024-10-06 09:26:38 字数 233 浏览 2 评论 0原文

在我的应用程序中,我有动态数量的编辑文本,在用户更改一些设置后,我需要焦点轮廓图形出现在一些但不是所有编辑文本上。这是为了强调这些领域的重要性。

有没有简单的方法可以做到这一点?我在 这里 看到了一些关于修改某些图形代码的内容,但我认为这不适用我想做的事。

In my app, I have a dynamic number of edittexts and after the user changes some settings I need the focus outline graphic to appear on some but not all of the edittexts. This is needed to highlight the importance of those fields.

Is there an easy way to do this? I have seen some things about modifying some graphic code here but I didn't think that was applicable to what I am trying to do.

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

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

发布评论

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

评论(1

心在旅行 2024-10-13 09:26:38

焦点轮廓显示哪个 EditText 框具有焦点。这意味着一次只能是一个。您可以做的是将 EditText 放入具有状态可绘制背景的 View 中。

The focus outline shows which EditText box has focus. That means it can only be one at a time. What you can do is put the EditText in a View that has a stateful drawable for the background.

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