Language

Resource.Color.SystemScrimLight Field

Definition

Color for the semi-transparent overlay that dims the background behind modal windows or dialogs in light mode.

[Android.Runtime.Register("system_scrim_light", ApiSince=37)]
public const int SystemScrimLight = 17170645;
[<Android.Runtime.Register("system_scrim_light", ApiSince=37)>]
val mutable SystemScrimLight : int

Field Value

Value = 17170645
Attributes

Remarks

Color for the semi-transparent overlay that dims the background behind modal windows or dialogs in light mode. This value can be overlaid at runtime by OverlayManager RROs.

Android reference for android.R.color.system_scrim_light.

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