how to setImage to null in android when the xml has src not null?

后端 未结 4 520
孤街浪徒
孤街浪徒 2021-01-24 19:57

I have this xml



        
4条回答
  •  青春惊慌失措
    2021-01-24 20:15

    if u want to null imageview then u have to call imageButton.setImageResource(0); BackgroundResource only null that background of image dude

提交回复
热议问题