View.SystemUiFlagLightNavigationBar Field

Definition

Flag for #setSystemUiVisibility(int): Requests the navigation bar to draw in a mode that is compatible with light navigation bar backgrounds.

[Android.Runtime.Register("SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR", ApiSince=26)]
public const Android.Views.SystemUiFlags SystemUiFlagLightNavigationBar = 16;
[<Android.Runtime.Register("SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR", ApiSince=26)>]
val mutable SystemUiFlagLightNavigationBar : Android.Views.SystemUiFlags

Field Value

Value = 16
Attributes

Remarks

Flag for #setSystemUiVisibility(int): Requests the navigation bar to draw in a mode that is compatible with light navigation bar backgrounds.

For this to take effect, the window must request android.view.WindowManager.LayoutParams#FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS but not android.view.WindowManager.LayoutParams#FLAG_TRANSLUCENT_NAVIGATION FLAG_TRANSLUCENT_NAVIGATION.

This member is deprecated. Use WindowInsetsController#APPEARANCE_LIGHT_NAVIGATION_BARS instead.

Java documentation for android.view.View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR.

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