RTL Support: Disabling it only for specific UI components RTL Support: Disabling it only for specific UI components android android

RTL Support: Disabling it only for specific UI components


Okay there is a simple solution for 4.2 and upper:

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.