Android.Resource.Attribute.NextFocusRight Field
Defines the next view to give focus to when the next focus is Android.Views.FocusSearchDirection.Right If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a Java.Lang.RuntimeException will result when the reference is accessed.

Value: 16842978

Syntax

[Android.Runtime.Register("nextFocusRight")]
public const int NextFocusRight

Remarks

Defines the next view to give focus to when the next focus is Android.Views.FocusSearchDirection.Right If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a Java.Lang.RuntimeException will result when the reference is accessed.

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