2019-08-07 17:45:59 +02:00
|
|
|
<?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"
|
2019-10-01 09:35:08 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:title="@string/configure_profile">
|
2019-08-07 17:45:59 +02:00
|
|
|
|
2019-09-04 18:06:37 +02:00
|
|
|
<Preference
|
|
|
|
android:key="configure_profile_info"
|
2019-09-05 17:50:37 +02:00
|
|
|
android:layout="@layout/preference_info_descr"
|
2019-09-04 18:06:37 +02:00
|
|
|
android:persistent="false"
|
2019-11-29 17:40:45 +01:00
|
|
|
android:selectable="false"/>
|
2019-09-04 18:06:37 +02:00
|
|
|
|
2019-08-07 17:45:59 +02:00
|
|
|
<Preference
|
|
|
|
android:key="general_settings"
|
|
|
|
android:layout="@layout/preference_with_descr"
|
2019-08-09 17:02:51 +02:00
|
|
|
android:persistent="false"
|
2019-08-07 17:45:59 +02:00
|
|
|
android:summary="@string/general_settings_profile_descr"
|
|
|
|
android:title="@string/general_settings_2"
|
2020-05-19 15:27:41 +02:00
|
|
|
app:fragment="net.osmand.plus.settings.fragments.GeneralProfileSettingsFragment"
|
2019-08-07 17:45:59 +02:00
|
|
|
tools:icon="@drawable/ic_action_settings" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="navigation_settings"
|
|
|
|
android:layout="@layout/preference_with_descr"
|
2019-08-09 17:02:51 +02:00
|
|
|
android:persistent="false"
|
2019-08-07 17:45:59 +02:00
|
|
|
android:summary="@string/configure_navigation"
|
|
|
|
android:title="@string/routing_settings_2"
|
2020-05-19 15:27:41 +02:00
|
|
|
app:fragment="net.osmand.plus.settings.fragments.NavigationFragment"
|
2019-08-07 17:45:59 +02:00
|
|
|
tools:icon="@drawable/ic_action_gdirections_dark" />
|
|
|
|
|
|
|
|
<Preference
|
2019-08-09 17:02:51 +02:00
|
|
|
android:key="configure_map"
|
2019-08-07 17:45:59 +02:00
|
|
|
android:layout="@layout/preference_with_descr"
|
2019-08-09 17:02:51 +02:00
|
|
|
android:persistent="false"
|
2019-08-07 17:45:59 +02:00
|
|
|
android:summary="@string/map_look_descr"
|
2019-08-09 17:02:51 +02:00
|
|
|
android:title="@string/configure_map"
|
2020-01-23 13:14:06 +01:00
|
|
|
tools:icon="@drawable/ic_action_layers" />
|
2019-08-07 17:45:59 +02:00
|
|
|
|
2019-09-30 14:17:15 +02:00
|
|
|
<Preference
|
|
|
|
android:key="configure_screen"
|
|
|
|
android:layout="@layout/preference_with_descr"
|
|
|
|
android:persistent="false"
|
|
|
|
android:summary="@string/edit_profile_screen_options_subtitle"
|
|
|
|
android:title="@string/map_widget_config"
|
|
|
|
tools:icon="@drawable/ic_configure_screen_dark" />
|
|
|
|
|
2019-11-29 17:40:45 +01:00
|
|
|
<Preference
|
|
|
|
android:key="profile_appearance"
|
|
|
|
android:layout="@layout/preference_with_descr"
|
|
|
|
android:persistent="false"
|
|
|
|
android:summary="@string/choose_icon_color_name"
|
|
|
|
android:title="@string/profile_appearance"
|
|
|
|
tools:icon="@drawable/ic_action_offroad" />
|
|
|
|
|
2020-03-25 17:13:17 +01:00
|
|
|
<Preference
|
|
|
|
android:key="ui_customization"
|
|
|
|
android:layout="@layout/preference_with_descr"
|
|
|
|
android:persistent="false"
|
2020-04-07 13:47:51 +02:00
|
|
|
android:summary="@string/ui_customization_short_descr"
|
2020-03-25 17:13:17 +01:00
|
|
|
android:title="@string/ui_customization"
|
2020-04-07 13:47:51 +02:00
|
|
|
tools:icon="@drawable/ic_action_ui_customization" />
|
2020-03-25 17:13:17 +01:00
|
|
|
|
2019-09-09 17:56:41 +02:00
|
|
|
<Preference
|
2020-01-02 16:04:22 +01:00
|
|
|
android:layout="@layout/simple_divider_item"
|
2019-09-09 17:56:41 +02:00
|
|
|
android:selectable="false" />
|
|
|
|
|
2019-09-04 18:06:37 +02:00
|
|
|
<PreferenceCategory
|
2019-08-07 17:45:59 +02:00
|
|
|
android:key="plugin_settings"
|
2019-09-08 15:20:22 +02:00
|
|
|
android:layout="@layout/preference_category_with_descr"
|
2019-09-17 15:57:54 +02:00
|
|
|
android:title="@string/plugins_settings" />
|
|
|
|
|
2019-11-03 14:55:07 +01:00
|
|
|
<Preference
|
|
|
|
android:layout="@layout/list_item_divider"
|
|
|
|
android:selectable="false" />
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:key="settings_actions"
|
|
|
|
android:layout="@layout/preference_category_with_descr"
|
|
|
|
android:title="@string/shared_string_actions" />
|
|
|
|
|
2019-12-26 17:38:13 +01:00
|
|
|
<Preference
|
2020-01-02 16:04:22 +01:00
|
|
|
android:key="export_profile"
|
|
|
|
android:layout="@layout/preference_button"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/export_profile"
|
|
|
|
tools:icon="@drawable/ic_action_app_configuration" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="copy_profile_settings"
|
2019-12-26 17:38:13 +01:00
|
|
|
android:layout="@layout/preference_button"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/copy_from_other_profile"
|
|
|
|
tools:icon="@drawable/ic_action_copy" />
|
|
|
|
|
2020-01-02 16:04:22 +01:00
|
|
|
<Preference
|
|
|
|
android:layout="@layout/simple_divider_item"
|
|
|
|
android:selectable="false" />
|
|
|
|
|
2019-12-27 14:19:42 +01:00
|
|
|
<Preference
|
|
|
|
android:key="reset_to_default"
|
|
|
|
android:layout="@layout/preference_button"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/reset_to_default"
|
|
|
|
tools:icon="@drawable/ic_action_reset_to_default_dark" />
|
|
|
|
|
2019-12-23 10:48:41 +01:00
|
|
|
<Preference
|
|
|
|
android:key="delete_profile"
|
|
|
|
android:layout="@layout/preference_button"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/profile_alert_delete_title"
|
|
|
|
tools:icon="@drawable/ic_action_delete_dark" />
|
|
|
|
|
2019-09-17 15:57:54 +02:00
|
|
|
<Preference
|
|
|
|
android:layout="@layout/card_bottom_divider"
|
|
|
|
android:selectable="false" />
|
2019-08-07 17:45:59 +02:00
|
|
|
|
2019-08-30 14:58:36 +02:00
|
|
|
</PreferenceScreen>
|