[android-developers] Difference between Linearlayout's Gravity and LayoutGravity ?

2009-11-03 Thread GPU
Hi ,

In eclipse layout editor for LinearLayout

under LinearLayout one gravity is there and under Misc LayoutGravity
is there.

What is the difference between these two?

How to set the layout gravity of a linear layout  from code?


Thanks

Gopu

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Difference between Linearlayout's Gravity and LayoutGravity ?

2009-11-03 Thread Romain Guy
gravity = setting the gravity of the content of the view
layout_gravity = setting the gravity of the view inside its parent

On Tue, Nov 3, 2009 at 11:05 PM, GPU gopuraj...@gmail.com wrote:
 Hi ,

 In eclipse layout editor for LinearLayout

 under LinearLayout one gravity is there and under Misc LayoutGravity
 is there.

 What is the difference between these two?

 How to set the layout gravity of a linear layout  from code?


 Thanks

 Gopu

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en