Hi guys,
I need a help. I made a button that when clicked it changes the image to another. I used SetIcon function, but clicking it generates a resize effect. Because it removes the previous image and puts new.
Is there another way to do?
var favIcon = this.getView().byId("ic");
favIcon.setIcon("img/ic_active.png");