ImageView 按钮隐藏文本框和图像 ANDROID

发布于 2024-11-25 14:17:33 字数 207 浏览 0 评论 0原文

我怎样才能让它成为一个ImageView按钮,当你点击它时,它会隐藏2张图片和一个文本框?

然后,当我单击不同的图像视图时,它会再次显示它们

,这是我的代码(未添加任何内容)

http://pastebin.com /XTrAy8sX

how can i make it where a ImageView button when you click it, it will hide 2 pictures and a text box?

then when i click a different image view it will show them again

here's my code (not added any thing)

http://pastebin.com/XTrAy8sX

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

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

发布评论

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

评论(1

携余温的黄昏 2024-12-02 14:17:33

在 ImageView 的 onClickListener 中,您可以使用 setVisibility() 更改其他两个视图的可见性

in the onClickListener for the ImageView, you can use setVisibility() to change the visibility of the other two views

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