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