aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/res/values/strings.xml
diff options
context:
space:
mode:
authorJesse Toth & Tim Labeeuw <pair+jesse+tim@pivotallabs.com>2011-08-11 13:49:27 -0700
committerJesse Toth & Tim Labeeuw <pair+jesse+tim@pivotallabs.com>2011-08-11 13:49:27 -0700
commit28dc94ecb7ac94834b97e3f6be778b3f2bb734fd (patch)
tree58719e7897eaedc005c6ba13116dfdf38e9b48c8 /src/test/resources/res/values/strings.xml
parent1be4f3a0a964834d0715db9e8a6a1885859524b8 (diff)
downloadrobolectric-shadows-28dc94ecb7ac94834b97e3f6be778b3f2bb734fd.tar.gz
String and color resources properly namespaced with android:X/Y
Diffstat (limited to 'src/test/resources/res/values/strings.xml')
-rw-r--r--src/test/resources/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/resources/res/values/strings.xml b/src/test/resources/res/values/strings.xml
index 13308b8bb..7ba410ee2 100644
--- a/src/test/resources/res/values/strings.xml
+++ b/src/test/resources/res/values/strings.xml
@@ -8,4 +8,5 @@
<item>foo</item>
<item>bar</item>
</string-array>
+ <string name="copy">Local Copy</string>
</resources> \ No newline at end of file