Android.Views.Window.NavigationBarColor Property

Syntax

[get: Android.Runtime.Register("getNavigationBarColor", "()I", "GetGetNavigationBarColorHandler")]
[set: Android.Runtime.Register("setNavigationBarColor", "(I)V", "GetSetNavigationBarColor_IHandler")]
public abstract Android.Graphics.Color NavigationBarColor { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Set method documentation [Android Documentation]

Sets the color of the navigation bar to . For this to take effect, the window must be drawing the system bar backgrounds with WindowManagerLayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS and WindowManagerLayoutParams.FLAG_TRANSLUCENT_NAVIGATION must not be set. If is not opaque, consider setting View.SystemUiFlagLayoutStable and View.SystemUiFlagLayoutHideNavigation.

The transitionName for the view background will be "android:navigation:background".

Requirements

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