tags:

views:

51

answers:

1

Hi Friends,

alt text alt text d I want to display the image like first image but my images are displaying like second image i want to display images like first image, like center in screen and equal spaces top and bottom look first image,but my images are displaying not center in screen and no spaces in top,what can i do for display image like first images...anybody knows,please give solution for that Thanks All

+3  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.

Jett
Thanks Jett,i got result...
sivaraj