I might being dense here but in the scenario where I've got an string-
array of URL encoded string eg. urls with %20, how should I handle
these - have tried formatted="false" to no avail - not sure where this
attribute would live in the string-array or the item....neither seem
to have any effect

eg.
        <string-array name="teamurls">
                <item>http://www.mysttrings.com/string/string%20one</item>
                <item>http://www.mysttrings.com/string/string%20one%20two</item>
                <item>http://www.mysttrings.com/string/string%20one
%20three</item>
                
<item>http://www.mysttrings.com/string/string%20one%20four</item>
        </string-array>

I use these in a preference list which previously fine prior to
updating the toolset

Cheers

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