View.SystemUiFlagLowProfile Field

Definition

Flag for #setSystemUiVisibility(int): View has requested the system UI to enter an unobtrusive "low profile" mode.

[Android.Runtime.Register("SYSTEM_UI_FLAG_LOW_PROFILE")]
public const Android.Views.SystemUiFlags SystemUiFlagLowProfile = 1;
[<Android.Runtime.Register("SYSTEM_UI_FLAG_LOW_PROFILE")>]
val mutable SystemUiFlagLowProfile : Android.Views.SystemUiFlags

Field Value

Value = 1
Attributes

Remarks

Flag for #setSystemUiVisibility(int): 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.

This member is deprecated. Low profile mode is deprecated. Hide the system bars instead if the application needs to be in a unobtrusive mode. Use WindowInsetsController#hide(int) with Type#systemBars().

Java documentation for android.view.View.SYSTEM_UI_FLAG_LOW_PROFILE.

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