Here's what you are looking for:

ibMap.setGravity(android.view.Gravity.RIGHT);

The constants defined in android.view.Gravity mimic the names you're
used to seeing in the XML tags.

Good luck.

On May 15, 2:13 pm, pawan nimje <[email protected]> wrote:
> Hi All once again,
>
> In xml we have android:layout_gravity ...
>
> how can i set this for any view [say image button] ... from code ... plz
> help ...any kind if suggestion will do ..
>
> code:
>
> ibMap = new ImageButton(getApplicationContext());
>
> ibMap.setLayoutParams(new LayoutParams(width,height));
>
> ibMap.setBackgroundResource(resId);
>
> now i want to set the android:layout_gravity from code ...
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

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

Reply via email to