Re: How to center a layout in another layout

40 views
Skip to first unread message

Robin2

unread,
Apr 29, 2013, 11:52:07 AM4/29/13
to rub...@googlegroups.com
Have you tried MigLayout and Mig4android - it makes Java layouts very easy (IMHO).

...R

Scott Moyer

unread,
Apr 29, 2013, 1:04:36 PM4/29/13
to rub...@googlegroups.com

You can set the gravity of the layout to indicate how to align the children:

gravity: android.view.Gravity::CENTER

or just

gravity: android.view.Gravity::CENTER_HORIZONTAL

Benjamin

unread,
May 1, 2013, 6:13:23 AM5/1/13
to rub...@googlegroups.com
Following your suggestion, I made it work by adding height: :fill_parent, gravity: android.view.Gravity::CENTER_VERTICAL in the linear_layout.
Thanks!

And Robin, maybe I will try MigLayout later. Thanks for the tip.
Reply all
Reply to author
Forward
0 new messages