Android.Resource.Attribute.DetailsElementBackground Field
Background that can be used behind parts of a UI that provide details on data the user is selecting.

Value: 16843598

Syntax

[Android.Runtime.Register("detailsElementBackground")]
public const int DetailsElementBackground

Remarks

Background that can be used behind parts of a UI that provide details on data the user is selecting. For example, this is the background element of PreferenceActivity's embedded preference fragment.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

[Android Documentation]

Requirements

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