1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 * Copyright (C) 2007 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 <string-array name="entries_fontsize_preference"> 20 <item>4 x 8 pixels</item> 21 <item>6 pt</item> 22 <item>7 pt</item> 23 <item>8 pt</item> 24 <item>9 pt</item> 25 <item>10 pt</item> 26 <item>12 pt</item> 27 <item>14 pt</item> 28 <item>16 pt</item> 29 <item>20 pt</item> 30 </string-array> 31 32 <!-- Do not localize entryvalues --> 33 <string-array name="entryvalues_fontsize_preference"> 34 <item>0</item> 35 <item>6</item> 36 <item>7</item> 37 <item>8</item> 38 <item>9</item> 39 <item>10</item> 40 <item>12</item> 41 <item>14</item> 42 <item>16</item> 43 <item>20</item> 44 </string-array> 45 46 <string-array name="entries_color_preference"> 47 <item>Black text on white</item> 48 <item>White text on black</item> 49 <item>White text on blue</item> 50 </string-array> 51 52 <!-- Do not localize entryvalues --> 53 <string-array name="entryvalues_color_preference"> 54 <item>0</item> 55 <item>1</item> 56 <item>2</item> 57 </string-array> 58 59 <string-array name="entries_controlkey_preference"> 60 <item>Jog ball</item> 61 <item>\@ key</item> 62 <item>Left Alt key</item> 63 <item>Right Alt key</item> 64 </string-array> 65 66 <!-- Do not localize entryvalues --> 67 <string-array name="entryvalues_controlkey_preference"> 68 <item>0</item> 69 <item>1</item> 70 <item>2</item> 71 <item>3</item> 72 </string-array> 73 </resources> 74