aspose file tools
The moose likes Android and the fly likes how to put layout in middle of the screen? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "how to put layout in middle of the screen?" Watch "how to put layout in middle of the screen?" New topic
Author

how to put layout in middle of the screen?

chen young
Ranch Hand

Joined: Sep 09, 2005
Posts: 178
Hi All,

How can I cause to the LinearLayout to be placed in the middle of the screen and not at the top ?

Thanks




Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9191
    
    2

try android:gravity="center_vertical" on the LinearLayout...

[Edit] Since your buttons don't fill up the horizontal space, you'll need to align to center both vertically and horizontally. Try this: android:gravity="center|center_vertical"


SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
chen young
Ranch Hand

Joined: Sep 09, 2005
Posts: 178
this is working for me ...



Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to put layout in middle of the screen?
 
Similar Threads
ListView textColor
odd framelayout/surfaceview problem
Layout question.
how to call button inside a slidingDrawer
Need Help on the scrolling Bar in Android?