Search code examples
androidmanifestright-to-left

How can set rtl=false , just for a layer?


I want to set rtl = true in Manifest for all layers , except one of the layers . how can do it ?


Solution

  • You can set the android:layoutDirection property in XML, it can have either rtl or ltr values.

    The property overrides android:supportsRtl property in "application" segment of your manifest file.