From 296431b29e2df658b5c873a5cac32ec8b3bd755b Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 19 May 2020 16:27:41 +0300 Subject: [PATCH] Fix fragments location in prefs xml --- OsmAnd/res/xml/configure_profile.xml | 4 ++-- OsmAnd/res/xml/general_profile_settings.xml | 2 +- OsmAnd/res/xml/global_settings.xml | 4 ++-- OsmAnd/res/xml/navigation_settings_new.xml | 6 +++--- OsmAnd/res/xml/settings_main_screen.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/OsmAnd/res/xml/configure_profile.xml b/OsmAnd/res/xml/configure_profile.xml index d86a80620f..9fb131486e 100644 --- a/OsmAnd/res/xml/configure_profile.xml +++ b/OsmAnd/res/xml/configure_profile.xml @@ -16,7 +16,7 @@ android:persistent="false" android:summary="@string/general_settings_profile_descr" android:title="@string/general_settings_2" - app:fragment="net.osmand.plus.settings.GeneralProfileSettingsFragment" + app:fragment="net.osmand.plus.settings.fragments.GeneralProfileSettingsFragment" tools:icon="@drawable/ic_action_settings" /> + app:fragment="net.osmand.plus.settings.fragments.CoordinatesFormatFragment" /> + app:fragment="net.osmand.plus.settings.fragments.MapDuringNavigationFragment" />