Frame bitmaps will not be loaded using android build in resource loading mechanism which will scale bitmap according to device dpi. The bitmaps are only "scaled" when drawing. Only two bitmaps will be ...
The bug exists in Android 4.* as far as I know, it's not reproducible in Android 5.*. It broke in API 15 and 17. If you put a AnimationDrawable as a drawable to the ImageViewTouch, the animation does ...