Last active
November 14, 2017 00:47
-
-
Save mattearly/d287fd4e9c88b1285650deafe31ce5a9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<string-array name="sport_select"> | |
<item>"American Footbal"</item> | |
<item>"Archery"</item> | |
<item>"Badminton"</item> | |
<item>"Baseball"</item> | |
<item>"Basketball"</item> | |
<item>"Beach Volleyball"</item> | |
<item>"Bowling"</item> | |
<item>"Boxing"</item> | |
<item>"Canoeing"</item> | |
<item>"Climbing"</item> | |
<item>"Cycling"</item> | |
<item>"Diving"</item> | |
<item>"Equestrian"</item> | |
<item>"Fencing"</item> | |
<item>"Football"</item> | |
<item>"Golf"</item> | |
<item>"Gymnastics"</item> | |
<item>"Hockey"</item> | |
<item>"Martial Arts"</item> | |
<item>"Rollerskating"</item> | |
<item>"Running"</item> | |
<item>"Sailing"</item> | |
<item>"Shooting"</item> | |
<item>"Skating"</item> | |
<item>"Skiing"</item> | |
<item>"Surfing"</item> | |
<item>"Swimming"</item> | |
<item>"Table Tennis"</item> | |
<item>"Tennis"</item> | |
<item>"Volleyball"</item> | |
<item>"Water Polo"</item> | |
<item>"Wrestling"</item> | |
<item>"Other - Write In"</item> | |
</string-array> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment