/[zanavi_public1]/navit/navit/android/res/xml/preferences.xml
ZANavi

Contents of /navit/navit/android/res/xml/preferences.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download) (as text)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File MIME type: text/xml
File size: 4390 byte(s)
import files
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3 <PreferenceCategory android:title="Position">
4 <CheckBoxPreference android:title="GSM/3g/Wireless"
5 android:defaultValue="false"
6 android:summary="Use GSM/3g/Wireless networks for getting position"
7 android:key="use_fast_provider" />
8 <CheckBoxPreference android:title="aGPS"
9 android:defaultValue="false"
10 android:summary="Use aGPS (assisted GPS) to get a faster fix (uses Internet)"
11 android:key="use_agps" />
12 <CheckBoxPreference android:title="Follow"
13 android:defaultValue="true"
14 android:summary="Center on GPS. activate this for Compass heading to work"
15 android:key="follow_gps" />
16 <CheckBoxPreference android:title="lock on Roads"
17 android:defaultValue="true"
18 android:summary="lock Vehicle on nearest Road. turn off if you are walking or driving offroad"
19 android:key="use_lock_on_roads" />
20 <CheckBoxPreference android:title="Vehicle in center"
21 android:defaultValue="false"
22 android:summary="show vehicle in screen center, instead of the lower half of the screen"
23 android:key="show_vehicle_in_center" />
24 <CheckBoxPreference android:title="Sat Status"
25 android:defaultValue="false"
26 android:summary="show Satellite status"
27 android:key="show_sat_status" />
28 </PreferenceCategory>
29 <PreferenceCategory android:title="Direction">
30 <CheckBoxPreference android:title="Compass"
31 android:defaultValue="false"
32 android:summary="Get direction from compass. needs lots of CPU! The worldview will show incorrect position!"
33 android:key="use_compass_heading_base">
34 </CheckBoxPreference>
35 <CheckBoxPreference android:title="Compass always"
36 android:dependency="use_compass_heading_base" android:layout="?android:attr/preferenceLayoutChild"
37 android:defaultValue="false"
38 android:summary="Get current heading from compass even at higher speeds"
39 android:key="use_compass_heading_always" />
40 <CheckBoxPreference android:title="fast Compass"
41 android:dependency="use_compass_heading_base" android:layout="?android:attr/preferenceLayoutChild"
42 android:defaultValue="false"
43 android:summary="turns much smoother, WARNING: WILL EAT ALL your CPU!!"
44 android:key="use_compass_heading_fast">
45 </CheckBoxPreference>
46 </PreferenceCategory>
47 <PreferenceCategory android:title="Units">
48 <CheckBoxPreference android:title="Imperial"
49 android:defaultValue="false" android:summary="Use Imperial units instead of metric units"
50 android:key="use_imperial" />
51 </PreferenceCategory>
52 <PreferenceCategory android:title="Routing">
53 <CheckBoxPreference android:title="prefer Highways"
54 android:defaultValue="true" android:summary="prefer Highways for routing"
55 android:key="use_route_highways" />
56 </PreferenceCategory>
57 <PreferenceCategory android:title="GUI">
58 <CheckBoxPreference android:title="3D"
59 android:defaultValue="false" android:summary="show map in 3D [BETA]"
60 android:key="show_3d_map" />
61 <CheckBoxPreference android:title="Zoomlevel"
62 android:defaultValue="true" android:summary="save last Zoomlevel"
63 android:key="save_zoomlevel" />
64 <CheckBoxPreference android:title="AntiAlias"
65 android:defaultValue="true"
66 android:summary="draw with AntiAlias, map is faster when this is OFF"
67 android:key="use_anti_aliasing" />
68 <CheckBoxPreference android:title="OneWay Arrows"
69 android:defaultValue="false" android:summary="show oneway street arrows [BETA]"
70 android:key="gui_oneway_arrows" />
71 <CheckBoxPreference android:title="Debug Mgs"
72 android:defaultValue="false" android:summary="show Debug Messages [DEBUG]"
73 android:key="show_debug_messages" />
74 </PreferenceCategory>
75 <PreferenceCategory android:title="Language">
76 <ListPreference android:title="Language"
77 android:summary="Select Language for messages. needs a RESTART!!"
78 android:key="navit_lang" android:defaultValue="*DEFAULT*"
79 android:entries="@array/langArray" android:entryValues="@array/langValues" />
80 </PreferenceCategory>
81 <PreferenceCategory android:title="Info">
82 <EditTextPreference android:name="About"
83 android:summary="ZANavi Version ???" android:defaultValue=""
84 android:selectable="false" android:title="ZANavi Version"
85 android:key="about_edit_text" />
86 </PreferenceCategory>
87 </PreferenceScreen>

   
Visit the ZANavi Wiki