标签: android imagebutton reset
我有一个应用,我需要使用ImageButton s。该应用有标签,当我点击标签时,ImageButton应该调用setBackgroundResource(),当我点击另一个标签imageButton应该拨打setBackgroundColor()。
ImageButton
setBackgroundResource()
imageButton
setBackgroundColor()
问题在于,一旦设置了资源(在我的情况下是一个带有圆角,笔划和透明背景的形状),任何setBackgroundColor()的使用都只会重新着色形状,而不是整个按钮
有没有办法重置/清除ImageButton的资源?