Hello,

Is it possible to reference a string resource from another string
resource?  I am trying to do something like:

<string name="app_name">My App</string>
<string name="welcome">Welcome to @string/app_name</string>

I am also curious about referencing android/versionName within the
resource, e.g.
<string name="welcome">Welcome to @string/app_name, version
@android:versionName</string>

I can't get either of the above to work.  If anyone can give me any
suggestions, I'd appreciate it.

Thanks,

Stjepan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to