Saturday, January 15, 2011

Streched ImageView in Android

If you want to have ImageViews that stretches to fit the screen size, use change the scaleType ImageView attribute to the following:

android:scaleType="fitXY"/>