xwords/xwords4/android/XWords4/res/values/arrays.xml
eehouse 9ced0bb154 Give spinners string arrays as resources rather than via code; remove
headers from above spinners and instead include header info in text.
May want to revisit this latter change
2010-04-25 03:38:27 +00:00

22 lines
566 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="board_sizes">
<item>15x15</item>
<item>13x13</item>
<item>11x11</item>
</string-array>
<string-array name="role_names">
<item>@string/role_standalone</item>
<item>@string/role_host</item>
<item>@string/role_guest</item>
</string-array>
<string-array name="phony_names">
<item>@string/phonies_ignore</item>
<item>@string/phonies_warn</item>
<item>@string/phonies_disallow</item>
</string-array>
</resources>