ImageView changes as it gets resized

52 Views Asked by At

I'm using an activity background ImageView with a android:scaleType="centerCrop" but whenever I create that activity the background image changes as it gets resized. Note, I'm using as a background animation.

Is there a way to do this before the activity layout is inflated?

0

There are 0 best solutions below