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
Post a Comment