is it possible that change the image size by animation? what I want to achieve is I have an imageView
,and I want to use an animation to resize it.make it bigger ,like I set it 200dip in xml file,after the animation it become 500dip.is that possible?what methods should I use exactly?any help and guideness will be highly appeciate.thank you:D.
or can realize this effect.
EDIT:
I think I need to make it more clear,I have a screen 800dip.and two view ,first is 200dip,another is 600dip.so the second size is calculate by screen size - first size
,and I wonder if I change the first imageView size to 600dip by animation,and of course the second imageView become 200 automatic,could that happen?