ListPopupWindow.PositionPromptBelow Field

Definition

Caution

This constant will be removed in the future version. Use Android.Widget.PositionPrompt enum directly instead of this field.

The provided prompt view should appear below list content.

[Android.Runtime.Register("POSITION_PROMPT_BELOW")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Widget.PositionPrompt enum directly instead of this field.", true)]
public const Android.Widget.PositionPrompt PositionPromptBelow = 1;
[<Android.Runtime.Register("POSITION_PROMPT_BELOW")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Widget.PositionPrompt enum directly instead of this field.", true)>]
val mutable PositionPromptBelow : Android.Widget.PositionPrompt

Field Value

Value = 1
Attributes

Remarks

The provided prompt view should appear below list content.

Java documentation for android.widget.ListPopupWindow.POSITION_PROMPT_BELOW.

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

See also