110 lines
No EOL
3.5 KiB
XML
110 lines
No EOL
3.5 KiB
XML
<?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"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:title="@string/configure_profile">
|
|
|
|
<Preference
|
|
android:key="configure_profile_info"
|
|
android:layout="@layout/preference_info_descr"
|
|
android:persistent="false"
|
|
android:selectable="false"/>
|
|
|
|
<Preference
|
|
android:key="general_settings"
|
|
android:layout="@layout/preference_with_descr"
|
|
android:persistent="false"
|
|
android:summary="@string/general_settings_profile_descr"
|
|
android:title="@string/general_settings_2"
|
|
app:fragment="net.osmand.plus.settings.GeneralProfileSettingsFragment"
|
|
tools:icon="@drawable/ic_action_settings" />
|
|
|
|
<Preference
|
|
android:key="navigation_settings"
|
|
android:layout="@layout/preference_with_descr"
|
|
android:persistent="false"
|
|
android:summary="@string/configure_navigation"
|
|
android:title="@string/routing_settings_2"
|
|
app:fragment="net.osmand.plus.settings.NavigationFragment"
|
|
tools:icon="@drawable/ic_action_gdirections_dark" />
|
|
|
|
<Preference
|
|
android:key="configure_map"
|
|
android:layout="@layout/preference_with_descr"
|
|
android:persistent="false"
|
|
android:summary="@string/map_look_descr"
|
|
android:title="@string/configure_map"
|
|
tools:icon="@drawable/ic_action_layers_dark" />
|
|
|
|
<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" />
|
|
|
|
<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" />
|
|
|
|
<Preference
|
|
android:layout="@layout/simple_divider_item"
|
|
android:selectable="false" />
|
|
|
|
<PreferenceCategory
|
|
android:key="plugin_settings"
|
|
android:layout="@layout/preference_category_with_descr"
|
|
android:summary="@string/list_of_installed_plugins"
|
|
android:title="@string/plugins_settings" />
|
|
|
|
<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" />
|
|
|
|
<Preference
|
|
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"
|
|
android:layout="@layout/preference_button"
|
|
android:persistent="false"
|
|
android:title="@string/copy_from_other_profile"
|
|
tools:icon="@drawable/ic_action_copy" />
|
|
|
|
<Preference
|
|
android:layout="@layout/simple_divider_item"
|
|
android:selectable="false" />
|
|
|
|
<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" />
|
|
|
|
<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" />
|
|
|
|
<Preference
|
|
android:layout="@layout/card_bottom_divider"
|
|
android:selectable="false" />
|
|
|
|
</PreferenceScreen> |