I want to display image in center and top and bottom in same size refer bellow screens,anybody know please give the code to me... Thanks All
A:
Use
android:scaleType="centerInside"
or
ImageView.setScaleType(ImageView.ScaleType.CENTER_INSIDE)
Kevin Gaudin
2010-09-06 23:03:48
@Thanks,it is not support for me ....
sivaraj
2010-09-07 09:17:37
Do you layout the ImageView with fill_parent on both width and height ?
Kevin Gaudin
2010-09-07 12:55:32