Resource.Attribute.SupportsRtl Field

Definition

Declare that your application will be able to deal with RTL (right to left) layouts.

[Android.Runtime.Register("supportsRtl")]
public const int SupportsRtl = 16843695;
[<Android.Runtime.Register("supportsRtl")>]
val mutable SupportsRtl : int

Field Value

Value = 16843695
Attributes

Remarks

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