views:

52

answers:

1

alt text

alt text

alt text

alt text

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
@Thanks,it is not support for me ....
sivaraj
Do you layout the ImageView with fill_parent on both width and height ?
Kevin Gaudin