I want to access the string
resource from strings.xml
file within same strings.xml
file.
For example:
<resources>
<string name="app_name">Kitty App</string>
<string name="app_welcome_title">Welcome to [here i want to access 'Kitty App' string resource that is above this line]</string>
</resources>
Is this possible? Thanks!!!