[android-developers] Re: Can I use string begin with '@' in XML

2008-12-21 Thread Oxygen
This worked correct. Thank you for your advice. On 12月21日, 上午1时03分, Al wrote: > Have you tried escaping it with a \? So in your case value="\...@home"/> > > On Dec 19, 3:07 pm, Oxygen wrote: > > > Hello All, > > > In android resource, prefix '@' is used to reference another resource. > > But I

[android-developers] Re: Can I use string begin with '@' in XML

2008-12-20 Thread Al
Have you tried escaping it with a \? So in your case value="\...@home"/> On Dec 19, 3:07 pm, Oxygen wrote: > Hello All, > > In android resource, prefix '@' is used to reference another resource. > But I want to set an attribute with a string begin with '@', instead > of reference resource. > For