/[projects]/android/TrainInfo/res/values/arrays.xml
ViewVC logotype

Contents of /android/TrainInfo/res/values/arrays.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1763 - (show annotations) (download) (as text)
Thu Mar 22 10:17:30 2012 UTC (12 years, 1 month ago) by torben
File MIME type: text/xml
File size: 798 byte(s)
Lint corrections
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3 <!-- remember that this file also is translated -->
4 <!-- this is the stored values -->
5 <string-array name="locationValues">
6 <item>GPS</item>
7 <item>NETWORK</item>
8 </string-array>
9
10 <!-- represents the shown strings -->
11 <string-array name="locationStrings">
12 <item>GPS + GSM Network</item>
13 <item>GSM Network</item>
14 </string-array>
15
16
17 <!-- this is the stored values -->
18 <string-array name="traintypeValues">
19 <item>REGIONAL</item>
20 <item>STOG</item>
21 </string-array>
22
23 <!-- represents the shown strings -->
24 <string-array name="traintypeStrings">
25 <item>Regional</item>
26 <item>S-Tog</item>
27 </string-array>
28
29
30
31
32
33 </resources>

  ViewVC Help
Powered by ViewVC 1.1.20