Monday, July 18, 2011

Using string resources within array resource items

http://developer.android.com/guide/topics/resources/string-resource.html#StringArray :
It says -


<item>

A string, which can include styling tags. The value can be a referenced to another string resource. Must be a child of a<string-array> element. 



Eg: <item>@string/item_text</item>


No comments:

Post a Comment