Fix fragments location in prefs xml

This commit is contained in:
Vitaliy 2020-05-19 16:27:41 +03:00
parent 1eda59acc7
commit 296431b29e
5 changed files with 10 additions and 10 deletions

View file

@ -16,7 +16,7 @@
android:persistent="false" android:persistent="false"
android:summary="@string/general_settings_profile_descr" android:summary="@string/general_settings_profile_descr"
android:title="@string/general_settings_2" 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" /> tools:icon="@drawable/ic_action_settings" />
<Preference <Preference
@ -25,7 +25,7 @@
android:persistent="false" android:persistent="false"
android:summary="@string/configure_navigation" android:summary="@string/configure_navigation"
android:title="@string/routing_settings_2" android:title="@string/routing_settings_2"
app:fragment="net.osmand.plus.settings.NavigationFragment" app:fragment="net.osmand.plus.settings.fragments.NavigationFragment"
tools:icon="@drawable/ic_action_gdirections_dark" /> tools:icon="@drawable/ic_action_gdirections_dark" />
<Preference <Preference

View file

@ -53,7 +53,7 @@
android:key="coordinates_format" android:key="coordinates_format"
android:layout="@layout/preference_with_descr" android:layout="@layout/preference_with_descr"
android:title="@string/coords_format" android:title="@string/coords_format"
app:fragment="net.osmand.plus.settings.CoordinatesFormatFragment" /> app:fragment="net.osmand.plus.settings.fragments.CoordinatesFormatFragment" />
<net.osmand.plus.settings.preferences.ListPreferenceEx <net.osmand.plus.settings.preferences.ListPreferenceEx
android:key="angular_measurement" android:key="angular_measurement"

View file

@ -21,7 +21,7 @@
android:layout="@layout/preference_with_descr" android:layout="@layout/preference_with_descr"
android:persistent="false" android:persistent="false"
android:title="@string/application_dir" android:title="@string/application_dir"
app:fragment="net.osmand.plus.settings.DataStorageFragment" app:fragment="net.osmand.plus.settings.fragments.DataStorageFragment"
tools:icon="@drawable/ic_action_folder" /> tools:icon="@drawable/ic_action_folder" />
<Preference <Preference
@ -48,7 +48,7 @@
android:persistent="false" android:persistent="false"
android:title="@string/dialogs_and_notifications_title" android:title="@string/dialogs_and_notifications_title"
android:summary="@string/shared_string_all" android:summary="@string/shared_string_all"
app:fragment="net.osmand.plus.settings.DialogsAndNotificationsSettingsFragment" app:fragment="net.osmand.plus.settings.fragments.DialogsAndNotificationsSettingsFragment"
tools:icon="@drawable/ic_action_notification" /> tools:icon="@drawable/ic_action_notification" />
<net.osmand.plus.settings.preferences.SwitchPreferenceEx <net.osmand.plus.settings.preferences.SwitchPreferenceEx

View file

@ -16,7 +16,7 @@
android:layout="@layout/preference_with_descr" android:layout="@layout/preference_with_descr"
android:summary="@string/route_parameters_descr" android:summary="@string/route_parameters_descr"
android:title="@string/route_parameters" android:title="@string/route_parameters"
app:fragment="net.osmand.plus.settings.RouteParametersFragment" app:fragment="net.osmand.plus.settings.fragments.RouteParametersFragment"
tools:icon="@drawable/ic_action_route_distance" /> tools:icon="@drawable/ic_action_route_distance" />
<net.osmand.plus.settings.preferences.SwitchPreferenceEx <net.osmand.plus.settings.preferences.SwitchPreferenceEx
@ -42,7 +42,7 @@
android:layout="@layout/preference_with_descr" android:layout="@layout/preference_with_descr"
android:summary="@string/vehicle_parameters_descr" android:summary="@string/vehicle_parameters_descr"
android:title="@string/vehicle_parameters" android:title="@string/vehicle_parameters"
app:fragment="net.osmand.plus.settings.VehicleParametersFragment" app:fragment="net.osmand.plus.settings.fragments.VehicleParametersFragment"
tools:icon="@drawable/ic_action_car_dark" /> tools:icon="@drawable/ic_action_car_dark" />
<PreferenceCategory <PreferenceCategory
@ -54,7 +54,7 @@
android:key="map_during_navigation" android:key="map_during_navigation"
android:layout="@layout/preference_with_descr" android:layout="@layout/preference_with_descr"
android:title="@string/map_during_navigation" android:title="@string/map_during_navigation"
app:fragment="net.osmand.plus.settings.MapDuringNavigationFragment" /> app:fragment="net.osmand.plus.settings.fragments.MapDuringNavigationFragment" />
<net.osmand.plus.settings.preferences.SwitchPreferenceEx <net.osmand.plus.settings.preferences.SwitchPreferenceEx
android:key="turn_screen_on_enabled" android:key="turn_screen_on_enabled"

View file

@ -10,7 +10,7 @@
android:persistent="false" android:persistent="false"
android:summary="@string/osmand_settings_descr" android:summary="@string/osmand_settings_descr"
android:title="@string/osmand_settings" android:title="@string/osmand_settings"
app:fragment="net.osmand.plus.settings.GlobalSettingsFragment" app:fragment="net.osmand.plus.settings.fragments.GlobalSettingsFragment"
tools:icon="@drawable/ic_action_settings" /> tools:icon="@drawable/ic_action_settings" />
<Preference <Preference
@ -27,7 +27,7 @@
android:layout="@layout/preference_with_descr" android:layout="@layout/preference_with_descr"
android:persistent="false" android:persistent="false"
android:title="@string/configure_profile" android:title="@string/configure_profile"
app:fragment="net.osmand.plus.settings.ConfigureProfileFragment" app:fragment="net.osmand.plus.settings.fragments.ConfigureProfileFragment"
tools:icon="@drawable/ic_action_car_dark" /> tools:icon="@drawable/ic_action_car_dark" />
<PreferenceCategory <PreferenceCategory