Settings and activity
3 results found
-
7 votes
Peter Havenga
supported this idea
·
-
36 votes
An error occurred while saving the comment -
1 vote
Peter Havenga
shared this idea
·
3 results found
As a best practice, I would recommend to design your arrays in the following way (for example):
<string-array name="genders">
<item>@string/text_male</item>
<item>@string/text_female</item>
</string-array>
This way you keep the array's seperated from the language files.