I want to remove the background drawable @drawable/bg programmatically. Is there a way to do that?
@drawable/bg
Currently, I have the following XML in my layout:
First, you have to write in XML layout:
android:visibility="invisible"
then use this to show it using Java:
myimage.setVisibility(SHOW); //HIDE