Skip to content Skip to sidebar Skip to footer

Viewflipper Not Wrapping Around Images Correctly

I have some ImageViews inside a ViewFlipper. I want to respect the aspect ratio of the images, so the layout won't use all the screen. I have set up a simple 'slide' animation, but

Solution 1:

Adding this to the ImageView did it:

android:adjustViewBounds="true"

Post a Comment for "Viewflipper Not Wrapping Around Images Correctly"