lizhanwei
2020-02-13 f4af8ca307ea8b01a465ff09b595d75ddc3d7394
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string-array name="spinnerarr">
        <item>张三</item>
        <item>李四</item>
    </string-array>
</resources>