blob: b7f26f9e5ed05b9af64d52bebbbde0ab1982185f [file] [log] [blame]
Michael Kolb14612442011-06-24 13:06:29 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
18
Mathew Inwood467813f2011-09-02 15:43:17 +010019 <ListPreference
20 android:key="preload_when"
Michael Kolb14612442011-06-24 13:06:29 -070021 android:title="@string/pref_data_preload_title"
22 android:summary="@string/pref_data_preload_summary"
Sagar Dhawan53b2ba72015-08-05 15:58:20 -070023 android:entries="@array/pref_temporal_choices"
Mathew Inwood467813f2011-09-02 15:43:17 +010024 android:entryValues="@array/pref_data_preload_values"
Sagar Dhawan53b2ba72015-08-05 15:58:20 -070025 android:dialogTitle="@string/pref_data_preload_title" />
Michael Kolb14612442011-06-24 13:06:29 -070026
Victoria Lease96497832012-03-23 14:19:56 -070027 <ListPreference
28 android:key="link_prefetch_when"
29 android:title="@string/pref_link_prefetch_title"
30 android:summary="@string/pref_link_prefetch_summary"
Sagar Dhawan53b2ba72015-08-05 15:58:20 -070031 android:entries="@array/pref_temporal_choices"
Victoria Lease96497832012-03-23 14:19:56 -070032 android:entryValues="@array/pref_link_prefetch_values"
Sagar Dhawan53b2ba72015-08-05 15:58:20 -070033 android:dialogTitle="@string/pref_link_prefetch_title" />
Victoria Lease96497832012-03-23 14:19:56 -070034
Pankaj Garg32e1b942015-06-03 18:13:24 -070035 <SwitchPreference
John Reck1a435e72011-07-08 10:42:19 -070036 android:key="load_images"
37 android:defaultValue="true"
38 android:title="@string/pref_content_load_images"
39 android:summary="@string/pref_content_load_images_summary" />
40
Michael Kolb14612442011-06-24 13:06:29 -070041</PreferenceScreen>