tags:

views:

20

answers:

1

Hi Friends,

i want to set equal top and bottom of each images,how can i set for all images in android? anybody know please give the code for that

Thanks all

A: 

Hi,

Just set android:scaleType="center" to your ImageView for ImageBitmap, or set android:layout_gravity="center" to your ImageView for its layout in his parents.

it perfectly work

sivaraj