改变图像按钮的图像直到它被按下
我希望在我的android应用程序中,ImageButton在按下和释放时更改其图像,并且当再次按下释放时,ImageButton的图像将更改回来,如何做到这一点? 我已经用选择器尝试过。 但它不起作用。 请任何人帮助我。 谢谢
I want that in my android application, the ImageButton change its image when it is pressed and released, and when it is pressed released again, the image for ImageButton will be changed back , how to do that?
I have tried it with selector.
But it is not working.
Please anyone help me.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在可绘制文件夹 a.xml 中创建文件 ::
在主文件 :: 按钮中实现以下代码 ::
make file in drawable folder a.xml ::
and in your main file :: button have implment following code ::
使用以下选择器。
use the following selector.