【发布时间】:2011-11-05 01:04:54
【问题描述】:
我该怎么做?
<string-array name="@string/a_string_from_resources">
是否可以使用字符串资源命名字符串数组?
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="@string/a_string_from_resources">
<item>first</item>
<item>second</item>
<item>third</item>
<item>fourth</item>
<item>fifth</item>
</string-array>
</resources>
【问题讨论】:
-
@awoodland - 我的查询很容易理解我想在这里了解的内容。我正在为我的问题寻求建设性的答案
-
对不起,我不应该这样说。我试图表明我认为过多的问号会降低原本非常好的问题的质量。
标签: android string resources arrays