Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I display image in screen center?

alt textalt text

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

like image 894
sivaraj Avatar asked Sep 07 '10 09:09

sivaraj


1 Answers

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.

like image 105
Jett Hsieh Avatar answered Sep 21 '22 06:09

Jett Hsieh