Home | History | Annotate | Download | only in values
      1 <?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>
     19     <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 
     33     <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>
     44 
     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>
     57 </resources>
     58