Android.Views.View.SystemUiFlagLowProfile Field
Flag for View.SystemUiVisibility: View has requested the system UI to enter an unobtrusive "low profile" mode.

Value: 1

Syntax

[Android.Runtime.Register("SYSTEM_UI_FLAG_LOW_PROFILE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.SystemUiFlags enum directly instead of this field.")]
public const SystemUiFlags SystemUiFlagLowProfile

See Also

View.SystemUiVisibility

Remarks

Flag for View.SystemUiVisibility: View has requested the system UI to enter an unobtrusive "low profile" mode.

This is for use in games, book readers, video players, or any other "immersive" application where the usual system chrome is deemed too distracting.

In low profile mode, the status bar and/or navigation icons may dim.

[Android Documentation]

Requirements

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