blob: 9946b48d0d908c5f00d6ee60160ae14f21413e22 [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"
Mathew Inwood467813f2011-09-02 15:43:17 +010023 android:entries="@array/pref_data_preload_choices"
24 android:entryValues="@array/pref_data_preload_values"
25 android:dialogTitle="@string/pref_data_preload_dialogtitle" />
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"
31 android:entries="@array/pref_link_prefetch_choices"
32 android:entryValues="@array/pref_link_prefetch_values"
33 android:dialogTitle="@string/pref_link_prefetch_dialogtitle" />
34
John Reck1a435e72011-07-08 10:42:19 -070035 <CheckBoxPreference
36 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>