Language

ActivityInfo.WindowLayout.Gravity Property

Definition

Gravity of activity.

[Android.Runtime.GeneratedEnum]
[Android.Runtime.Register("gravity", ApiSince=24)]
public Android.Views.GravityFlags Gravity { get; set; }
[<Android.Runtime.GeneratedEnum>]
[<Android.Runtime.Register("gravity", ApiSince=24)>]
member this.Gravity : Android.Views.GravityFlags with get, set

Property Value

Attributes

Remarks

Gravity of activity. Currently Gravity.TOP, Gravity.BOTTOM, Gravity.LEFT and Gravity.RIGHT are supported.

Android reference for android.content.pm.ActivityInfo.WindowLayout.gravity.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to