OsmAnd/OsmAnd/res/xml/data_storage.xml

51 lines
1.7 KiB
XML
Raw Normal View History

2019-10-07 14:30:26 +02:00
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/application_dir">
2019-10-16 12:27:45 +02:00
<Preference
android:key="osmand_usage"
android:layout="@layout/preference_category_with_right_text"
android:title="@string/shared_string_osmand_usage" />
<Preference
android:key="maps_memory_used"
android:layout="@layout/data_storage_memory_used_item"
android:icon="@drawable/ic_map"
android:title="@string/shared_string_maps"/>
2019-10-22 12:39:58 +02:00
<Preference
android:key="contour_lines_and_hillshade_memory"
android:layout="@layout/data_storage_memory_used_item"
android:icon="@drawable/ic_map"
android:title="@string/contour_lines_and_hillshade"/>
2019-10-16 12:27:45 +02:00
<Preference
android:key="tracks_memory_used"
android:layout="@layout/data_storage_memory_used_item"
android:icon="@drawable/ic_action_polygom_dark"
android:title="@string/shared_string_gpx_tracks"/>
<Preference
android:key="notes_memory_used"
android:layout="@layout/data_storage_memory_used_item"
android:icon="@drawable/ic_action_photo_dark"
android:title="@string/audionotes_plugin_name"/>
<Preference
android:key="tiles_memory_used"
android:layout="@layout/data_storage_memory_used_item"
android:icon="@drawable/ic_world_globe_dark"
android:title="@string/shared_sting_tiles"/>
<Preference
android:key="other_memory_used"
android:layout="@layout/data_storage_memory_used_item"
android:icon="@drawable/ic_action_folder"
android:title="@string/shared_string_other"/>
2019-10-07 14:30:26 +02:00
<PreferenceCategory
android:key="application_profiles"
android:layout="@layout/preference_category_with_descr"
android:title="@string/change_data_storage_folder" />
</PreferenceScreen>