/[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 1446 - (show annotations) (download) (as text)
Wed May 4 20:25:15 2011 UTC (13 years ago) by torben
File MIME type: text/xml
File size: 740 byte(s)
Add preferences
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3 <!-- this is the stored values -->
4 <string-array name="locationValues">
5 <item>GPS</item>
6 <item>NETWORK</item>
7 </string-array>
8
9 <!-- represents the shown strings -->
10 <string-array name="locationStrings">
11 <item>GPS + GSM Network</item>
12 <item>GSM Network</item>
13 </string-array>
14
15
16 <!-- this is the stored values -->
17 <string-array name="traintypeValues">
18 <item>REGIONAL</item>
19 <item>STOG</item>
20 </string-array>
21
22 <!-- represents the shown strings -->
23 <string-array name="traintypeStrings">
24 <item>Regional</item>
25 <item>S-Tog</item>
26 </string-array>
27
28
29
30
31
32 </resources>

  ViewVC Help
Powered by ViewVC 1.1.20