Re: [android-developers] Re: layout_gravity

2010-08-31 Thread Kostya Vasilyev
Don't know if it's a bug, or something I misunderstand, but - for me, using "layout_gravity" produces the result I want more often than using "gravity". -- Kostya 31.08.2010 15:32, William Ferguson пишет: So do you think what I'm seeing is a bug with LinearLayout? It seems to be directly vi

Re: [android-developers] Re: layout_gravity

2010-08-31 Thread Kostya Vasilyev
As a general rule, layout_ refers to how that particular view is positioned within its parent, while without "layout_" refers to the "insides" of the view. Even then, it's sometimes non-intuitive. I find myself using RelativeLayout more and more as it often can be used to replace several ne