I have an ImageButton which has two states (selected, not selected) and it changes the drawable using selector.
I researched to make a glow like effect I should use a AlphaAnimation, However when it starts from alpha=0, it makes the background visible and I dont want that.
I need to have something like having two images on top of each other and alpha animate just the top one.
How would I do that?
Thanks !