如何通过android命名空间的ID访问View

发布于 2024-09-29 00:05:33 字数 258 浏览 1 评论 0原文

alt text

在层次结构查看器中,有多个 ID,如上所示,例如“id/timepicker_input”。 但我在输入时找不到相应的 timepicker_input - ID

myNumberPicker.findViewById(android.R.id. ...? );

那么如何通过 ID 访问这些视图呢?

alt text

In hierarchy viewer there are several IDs as shown above, for example "id/timepicker_input".
But I can't find a respective timepicker_input - ID when typing

myNumberPicker.findViewById(android.R.id. ...? );

So how to access these Views by their ID?

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

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

发布评论

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

评论(1

仙女 2024-10-06 00:05:33

确保没有定义 import android.R... 并在更改布局后构建您的项目。

Make shure there is no import android.R... defined and build your project after altering your layouts.

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