Android.Resource.Attribute.BaselineAligned Field
When set to false, prevents the layout from aligning its children's baselines.

Value: 16843046

Syntax

[Android.Runtime.Register("baselineAligned")]
public const int BaselineAligned

Remarks

When set to false, prevents the layout from aligning its children's baselines. This attribute is particularly useful when the children use different values for gravity. The default value is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

Namespace: Android
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1