/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
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- * Copyright (C) 2007 Google Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- -->
- <resources>
- <!-- Speed settings -->
- <string-array name="speed_entries">
- <item>Slow</item>
- <item>Normal</item>
- <item>Fast</item>
- <item>Scaled</item>
- </string-array>
- <string-array name="speed_entryvalues">
- <item>300</item>
- <item>150</item>
- <item>0</item>
- <item>-1</item>
- </string-array>
- <!-- Game settings -->
- <string-array name="game_mode_entries">
- <item>Noise Maker</item>
- <item>Classic</item>
- <item>Challenge</item>
- </string-array>
- <string-array name="game_mode_entryvalues">
- <item>0</item>
- <item>1</item>
- <item>2</item>
- </string-array>
- <string-array name="sequence_length_entries">
- <item>1</item>
- <item>5</item>
- <item>10</item>
- <item>20</item>
- <item>30</item>
- </string-array>
- <string-array name="sequence_length_entryvalues">
- <item>1</item>
- <item>5</item>
- <item>10</item>
- <item>20</item>
- <item>30</item>
- </string-array>
- </resources>