/androidsays/res/values/arrays.xml

http://eyes-free.googlecode.com/ · XML · 67 lines · 39 code · 11 blank · 17 comment · 0 complexity · 64be110c23630f7836e53e7391ea38d9 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. * Copyright (C) 2007 Google Inc.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. -->
  17. <resources>
  18. <!-- Speed settings -->
  19. <string-array name="speed_entries">
  20. <item>Slow</item>
  21. <item>Normal</item>
  22. <item>Fast</item>
  23. <item>Scaled</item>
  24. </string-array>
  25. <string-array name="speed_entryvalues">
  26. <item>300</item>
  27. <item>150</item>
  28. <item>0</item>
  29. <item>-1</item>
  30. </string-array>
  31. <!-- Game settings -->
  32. <string-array name="game_mode_entries">
  33. <item>Noise Maker</item>
  34. <item>Classic</item>
  35. <item>Challenge</item>
  36. </string-array>
  37. <string-array name="game_mode_entryvalues">
  38. <item>0</item>
  39. <item>1</item>
  40. <item>2</item>
  41. </string-array>
  42. <string-array name="sequence_length_entries">
  43. <item>1</item>
  44. <item>5</item>
  45. <item>10</item>
  46. <item>20</item>
  47. <item>30</item>
  48. </string-array>
  49. <string-array name="sequence_length_entryvalues">
  50. <item>1</item>
  51. <item>5</item>
  52. <item>10</item>
  53. <item>20</item>
  54. <item>30</item>
  55. </string-array>
  56. </resources>