amir
amir

Reputation: 167

Android app changes on device language change

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

Answers (1)

amir
amir

Reputation: 167

i just had to put this in android manifest

android:supportsRtl="false"

Upvotes: 1

Related Questions