Is it possible to reference one string in strings.xml inside another string that contains other text?
Something that is allowed in XML, and would achieve this effect:
<string name="string_one">My string</string>
<string name="string_two">Here it is: android:id="@string/string_one"</string>