ImageView 按钮隐藏文本框和图像 ANDROID
我怎样才能让它成为一个ImageView按钮,当你点击它时,它会隐藏2张图片和一个文本框?
然后,当我单击不同的图像视图时,它会再次显示它们
,这是我的代码(未添加任何内容)
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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 ImageView 的 onClickListener 中,您可以使用 setVisibility() 更改其他两个视图的可见性
in the onClickListener for the ImageView, you can use setVisibility() to change the visibility of the other two views