Resources.System Property

Definition

Return a global shared Resources object that provides access to only system resources (no application resources), is not configured for the current screen (can not use dimension units, does not change based on orientation, etc), and is not affected by Runtime Resource Overlay.

public static Android.Content.Res.Resources? System { [Android.Runtime.Register("getSystem", "()Landroid/content/res/Resources;", "")] get; }
[<get: Android.Runtime.Register("getSystem", "()Landroid/content/res/Resources;", "")>]
static member System : Android.Content.Res.Resources

Property Value

Attributes

Remarks

Return a global shared Resources object that provides access to only system resources (no application resources), is not configured for the current screen (can not use dimension units, does not change based on orientation, etc), and is not affected by Runtime Resource Overlay.

Java documentation for android.content.res.Resources.getSystem().

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