以编程方式更改ImageButton的图像

时间:2018-01-22 15:14:10

标签: android png imagebutton

我正在开发一个Android应用程序。我想改变ImageButton的源图像,但是当我使用这段代码时:

imagebutton.setImageResource(R.drawable.onstate)

应用中的图片无法更改,在调试窗口中,每次单击按钮时,我都会看到短语:I/HwPointEventFilter: do not support AFT because of no config

onstate图像有一个.png ext,我把它放在我项目的drawable文件夹中。我能做什么?提前谢谢。

修改

如果我删除了用于更改图像按钮图像的类,我看到该短语也存在,那么我认为问题不在于短语:I/HwPointEventFilter: do not support AFT because of no config

编辑#2: 我使用button.invalidate()方法解决了问题。现在所有事情都能正常运作。

0 个答案:

没有答案