android - compatible my layout with 29 different language -


i working on android app uses 29 different languages. have created layout according english language in resources folder when laguage changes text views n text size changes , overlaps. there way keep layouts constant laguages alignment of textviews , texts remain same?

yes easy. create each language values folder values-de or values-en in each folder can create strings.xml

<string name="no_items">there no items</string> 

this english one. create each language.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -