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"
|
2019-10-01 09:35:08 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:title="@string/route_parameters">
|
2019-08-07 17:45:59 +02:00
|
|
|
|
2019-09-18 17:28:26 +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>
|