I want to set rtl = true
in Manifest
for all layers
, except one of the layers .
how can do it ?
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.