As you know Vector Drawables was added in Android Support Library 23.2 which announced in Android Developer Blog that for all versions of android we can use it instead of adding extra icons in different sizes. However "enable auto mirroring for RTL layout" option doesn't work in android versions below 6.0! Is there any additional setting to use it in other android versions?
My Test Project uses a simple method to changing the Locale of my application. These are results of my test:
Nexus 6P with Android 6.0 which works nice:
Nexus 7 with Android 5.0:
Thanks
Bug Reported: link
Flip vector drawable if local is arabic and drawable is auto mirror
you can use create custom ImageView and if persian rotate 180.