Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 1 | <?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 Inwood | 467813f | 2011-09-02 15:43:17 +0100 | [diff] [blame] | 19 | <ListPreference |
| 20 | android:key="preload_when" |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 21 | android:title="@string/pref_data_preload_title" |
| 22 | android:summary="@string/pref_data_preload_summary" |
Mathew Inwood | 467813f | 2011-09-02 15:43:17 +0100 | [diff] [blame] | 23 | android:entries="@array/pref_data_preload_choices" |
| 24 | android:entryValues="@array/pref_data_preload_values" |
| 25 | android:dialogTitle="@string/pref_data_preload_dialogtitle" /> |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 26 | |
Victoria Lease | 9649783 | 2012-03-23 14:19:56 -0700 | [diff] [blame] | 27 | <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 Reck | 1a435e7 | 2011-07-08 10:42:19 -0700 | [diff] [blame] | 35 | <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 Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 41 | </PreferenceScreen> |