aboutsummaryrefslogtreecommitdiffstats
path: root/OsmAnd/res/xml/general_profile_settings.xml
blob: eedbd410afc6ca4bbdb234844779ab6a575b0bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:app="http://schemas.android.com/apk/res-auto"
	android:title="@string/general_settings_2">

	<PreferenceCategory
		android:key="appearance_category"
		android:layout="@layout/preference_category_with_descr"
		android:title="@string/appearance" />

	<net.osmand.plus.settings.preferences.ListPreferenceEx
		android:key="osmand_theme"
		android:layout="@layout/preference_with_descr"
		android:title="@string/choose_osmand_theme" />

	<net.osmand.plus.settings.preferences.ListPreferenceEx
		android:key="rotate_map"
		android:layout="@layout/preference_with_descr"
		android:title="@string/rotate_map_to_bearing" />

	<net.osmand.plus.settings.preferences.ListPreferenceEx
		android:key="map_screen_orientation"
		android:layout="@layout/preference_with_descr"
		android:title="@string/map_screen_orientation" />

	<Preference
		android:layout="@layout/simple_divider_item"
		android:selectable="false" />

	<PreferenceCategory
		android:key="units_and_formats"
		android:layout="@layout/preference_category_with_descr"
		android:title="@string/units_and_formats" />

	<Preference
		android:key="default_driving_region"
		android:layout="@layout/preference_with_descr"
		android:title="@string/driving_region" />

	<net.osmand.plus.settings.preferences.ListPreferenceEx
		android:key="default_metric_system"
		android:layout="@layout/preference_with_descr"
		android:title="@string/unit_of_length" />

	<Preference
		android:key="coordinates_format"
		android:layout="@layout/preference_with_descr"
		android:title="@string/coords_format"
		app:fragment="net.osmand.plus.settings.CoordinatesFormatFragment" />

	<net.osmand.plus.settings.preferences.ListPreferenceEx
		android:key="angular_measurement"
		android:layout="@layout/preference_with_descr"
		android:title="@string/angular_measeurement" />

	<Preference
		android:layout="@layout/simple_divider_item"
		android:selectable="false" />

	<PreferenceCategory
		android:key="other"
		android:layout="@layout/preference_category_with_descr"
		android:title="@string/shared_string_other" />

	<net.osmand.plus.settings.preferences.SwitchPreferenceEx
		android:key="use_kalman_filter_compass"
		android:layout="@layout/preference_with_descr_dialog_and_switch"
		android:summaryOff="@string/shared_string_off"
		android:summaryOn="@string/shared_string_on"
		android:title="@string/use_kalman_filter_compass" />

	<net.osmand.plus.settings.preferences.SwitchPreferenceEx
		android:key="use_magnetic_field_sensor_compass"
		android:layout="@layout/preference_with_descr_dialog_and_switch"
		android:summaryOff="@string/shared_string_off"
		android:summaryOn="@string/shared_string_on"
		android:title="@string/use_magnetic_sensor" />

	<net.osmand.plus.settings.preferences.SwitchPreferenceEx
		android:key="map_empty_state_allowed"
		android:layout="@layout/preference_with_descr_dialog_and_switch"
		android:summaryOff="@string/shared_string_off"
		android:summaryOn="@string/shared_string_on"
		android:title="@string/tap_on_map_to_hide_interface" />

	<SwitchPreferenceCompat
		android:key="do_not_use_animations"
		android:layout="@layout/preference_switch_with_descr"
		android:summaryOff="@string/shared_string_off"
		android:summaryOn="@string/shared_string_on"
		android:title="@string/do_not_use_animations" />

	<net.osmand.plus.settings.preferences.ListPreferenceEx
		android:key="external_input_device"
		android:layout="@layout/preference_with_descr_dialog_and_switch"
		android:title="@string/external_input_device" />

</PreferenceScreen>