OsmAnd/OsmAnd/res/xml/configure_profile.xml

39 lines
1.3 KiB
XML
Raw Normal View History

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"
xmlns:tools="http://schemas.android.com/tools">
<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"
2019-08-08 14:57:43 +02:00
app:fragment="net.osmand.plus.settings.ProfileGeneralSettings"
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"
2019-08-08 14:57:43 +02:00
app:fragment="net.osmand.plus.settings.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"
2019-08-07 17:45:59 +02:00
tools:icon="@drawable/ic_action_layers_dark" />
<Preference
android:key="plugin_settings"
android:selectable="false"
android:summary="@string/list_of_installed_plugins"
android:title="@string/plugin_settings" />
</PreferenceScreen>