Reputation: 167
i wrote an android application but when the device language changes to Persian all of the elements in app change their gravity how can i avoid it ?
Upvotes: 1
Views: 99
Reputation: 167
i just had to put this in android manifest
android:supportsRtl="false"
Upvotes: 1