blob: 71e013317f3bf9c91f3ad260c014d325a7687b02 [file] [log] [blame]
The Android Open Source Projectf8057102009-03-15 16:47:16 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * Copyright (C) 2008 The Android Open Source Project
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
18<resources>
Phil Dubachea99ab02009-05-15 17:59:01 -070019 <item type="integer" name="reference" format="integer">101</item>
20
21 <string-array name="strings">
22 <item>zero</item>
23 <item>1</item>
24 <item>@string/reference</item>
25 </string-array>
26
27 <integer-array name="integers">
28 <item>0</item>
29 <item>1</item>
30 <item>@integer/reference</item>
31 </integer-array>
32
The Android Open Source Projectf8057102009-03-15 16:47:16 -070033 <array name="difficultyLevel">
34 <item>Easy</item>
35 <item>Medium</item>
36 <item>Hard</item>
37 </array>
38
39 <string-array name="string">
40 <item>Test String 1</item>
41 <item>Test String 2</item>
42 <item>Test String 3</item>
43 </string-array>
Phil Dubachea99ab02009-05-15 17:59:01 -070044
45 <integer-array name="table_row_layout">
46 <item>1</item>
47 <item>2</item>
48 <item>3</item>
49 <item>4</item>
50 <item>5</item>
51 <item>6</item>
52 <item>7</item>
53 <item>8</item>
54 <item>9</item>
55 <item>10</item>
56 </integer-array>
The Android Open Source Projectf8057102009-03-15 16:47:16 -070057</resources>