Как я могу это сделать?
<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>