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?