Android.Resource.Attribute.SupportsRtl Field
Declare that your application will be able to deal with RTL (right to left) layouts.

Value: 16843695

Syntax

[Android.Runtime.Register("supportsRtl")]
public const int SupportsRtl

Remarks

Declare that your application will be able to deal with RTL (right to left) layouts. If set to false (default value), your application will not care about RTL layouts.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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