I have created a bitmap image which is a circle and than as I wanted to animate it so i converted it into bitmapdrawable and than added it to animation drawable..But due to this the circle shaped has changed to oval shape…
So what should I do ?
Is there any other method to animate only the bitmap file. ?
Thanks in advance..
no, you can not animate the
bitmapitself with theandroid animation framwork. You can directly animateViews orViewGroups and all the classes that derives fromViewandViewGroup.Call
viewtheImageViewthat contains the bitmap.that should translate the
ImageViewby100pxfrom the current position