References to other strings in strings.xml ?
- by ChaimKut
Hi
Is it possible to reference other strings inside of strings.xml ?
Something of the form:
My string
Here it is: android:id="@string/string_one"
(If it did exist, there would of course be problems of circular, infinite definitions, etc. to beware of).
Thanks.