The closest I could find on S.O. is this but it doesn't answer it.
It specifies here how to make a resource reference for a string, i.e. @string/string_name but further down under String Array in the documentation, it gives no option under Resource Reference for referencing the string array in XML like it does further up for String.
@array/string_array_name, but the attribute you use it for has to be able to take an array.