how to make the layout alignment not change if the language changed from English to Arabic Android Developing -


i developing android app , when try app on android phone arabic language alignment of text-view , edit-text change wan't change them.

example: (textview)(edittext) when phone language english when language changed arabic layout changed (edittext)(textview) want them (textview)(edittext) if phone language arabic or english.

declare in app manifest app supports rtl mirroring.

specifically, add

android:supportsrtl="true" <application> element  

in manifest file.

for more refer here


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -