Android.Resource.Attribute.GalleryItemBackground Field
The preferred background for gallery items.

Value: 16842828

Syntax

[Android.Runtime.Register("galleryItemBackground")]
public const int GalleryItemBackground

Remarks

The preferred background for gallery items. This should be set as the background of any Views you provide from the Adapter.

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 1