19 lines
No EOL
599 B
XML
19 lines
No EOL
599 B
XML
<?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">
|
|
|
|
<Preference
|
|
android:key="route_parameters_image"
|
|
android:layout="@layout/settings_device_image_screen"
|
|
android:persistent="false"
|
|
android:selectable="false" />
|
|
|
|
<Preference
|
|
android:key="route_parameters_info"
|
|
android:layout="@layout/preference_info"
|
|
android:persistent="false"
|
|
android:selectable="false"
|
|
tools:title="@string/route_parameters_info" />
|
|
|
|
</PreferenceScreen> |