I am working on a android app which uses 29 different languages. I have created the layout according to english language in my resources folder but when the laguage changes the text views n text size changes and overlaps. Is there any way to keep the layouts constant for all laguages so that alignment of textviews and texts remain same?
Share
yes very easy. you create for each language a values folder like
values-deorvalues-enin each folder you can create
strings.xmlthis is for the english one. create it for each language.