Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将一个按钮设置为不可见,因为它前面会有一张图片来充当按钮。你们知道如何在xml中设置它吗?
提前致谢。
也许您能做的最好的事情是直接使用 aImageView而不是 a Button,始终OnClickListener在其上设置 a 以捕捉点击动作。也许您还可以添加适当的选择器,以获得有关按下/未按下状态的视觉反馈。
ImageView
Button
OnClickListener