Android image view size does not scale with image?

It looks similar to this problem: Android ImageView size not scaling with source image to which to the solution was to add android:adjustViewBounds="true to the ImageView.

It looks similar to this problem: Android ImageView size not scaling with source image, to which to the solution was to add android:adjustViewBounds="true" to the ImageView.

Since the sizes are fixed by the image file in resources, then there is no reason why you should not be able to fix the height on your ImageView: android:layout_height="200dp.

The image scales down quite a bit, but since the aspect ratio is maintained, it only takes up the top half of the screen. The problem is that the image view itself has the original height, which takes the entire screen and the text never shows up. Is there a way to get the size of the image view to exactly match the scaled size of the image?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions