[android-developers] Re: How do I refer to a string ressource in the array.xml?

2009-03-16 Thread legerb

It should be @string, not @strings.

string-array name=services
item@string/call/item
/string-array

On Jan 22, 2:18 pm, code_android_festival_way
festival.s...@googlemail.com wrote:
 Is there a possibility to refer to a string ressource in the
 arrays.xml?

 I have tried:

     string-arrayname=services
         item@strings/call/item
     /string-array

 which I would normally do in a layout file. But it failed. Could
 someonte tell me the right way to do that.

 Regards
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: How do I refer to a string ressource in the array.xml?

2009-01-22 Thread James Yum

Hi,

That looks fine. The problem must be somewhere else. What is the error
you're seeing?

Cheers,
James

On Thu, Jan 22, 2009 at 4:18 AM, code_android_festival_way
festival.s...@googlemail.com wrote:

 Is there a possibility to refer to a string ressource in the
 arrays.xml?

 I have tried:

string-array name=services
item@strings/call/item
/string-array

 which I would normally do in a layout file. But it failed. Could
 someonte tell me the right way to do that.

 Regards
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---