I have designed an Android app, when I test it in a device it's language is Arabic ,the position of image views changes ,like a mirror !
I need a solution to make the layout the same as for English ,because I have image views and I made a translation for them according to screen width,so when the language is Arabic ; the 1% of screen width begins from the right of screen !,and my app when I programmed it ;the image view starts from the left of screen !
I want solution not only for higher SDK !
Some of my java Code :
In your manifest file put this:
android:supportsRtl="false"