OsmAnd/OsmAnd/res/xml/route_parameters.xml

19 lines
599 B
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:tools="http://schemas.android.com/tools"
android:title="@string/route_parameters">
2019-08-07 17:45:59 +02:00
<Preference
android:key="route_parameters_image"
android:layout="@layout/settings_device_image_screen"
android:persistent="false"
android:selectable="false" />
2019-08-07 17:45:59 +02:00
<Preference
2019-08-30 14:58:36 +02:00
android:key="route_parameters_info"
android:layout="@layout/preference_info"
android:persistent="false"
android:selectable="false"
2019-09-04 18:06:37 +02:00
tools:title="@string/route_parameters_info" />
2019-08-07 17:45:59 +02:00
</PreferenceScreen>