blob: 3c5302617fbb003c1670687d81062c4d3a810818 [file] [log] [blame]
John Reck40badf22011-04-20 15:31:13 -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
18 xmlns:android="http://schemas.android.com/apk/res/android">
19
John Reck92f25f82011-04-26 16:57:10 -070020 <CheckBoxPreference android:key="force_userscalable"
21 android:title="@string/pref_force_userscalable"
22 android:summary="@string/pref_force_userscalable_summary"
23 android:defaultValue="false" />
24
John Reck8fc22a12011-06-16 14:57:41 -070025 <PreferenceCategory android:title="@string/pref_font_size_category">
Bijan Amirzada41242f22014-03-21 12:12:18 -070026 <com.android.browser.preferences.FontSizePreview
John Reck8fc22a12011-06-16 14:57:41 -070027 android:title="@string/preview" />
Bijan Amirzada41242f22014-03-21 12:12:18 -070028 <com.android.browser.preferences.SeekBarSummaryPreference
John Reck7dc444b2011-06-16 17:44:29 -070029 android:key="text_zoom"
30 android:title="@string/pref_text_zoom"
31 android:defaultValue="10"
32 android:max="30" />
John Reck8fc22a12011-06-16 14:57:41 -070033
Bijan Amirzada41242f22014-03-21 12:12:18 -070034 <com.android.browser.preferences.SeekBarSummaryPreference
Mangesh Ghiware67f45c22011-10-12 14:43:32 -070035 android:key="double_tap_zoom"
36 android:title="@string/pref_zoom_on_double_tap"
37 android:defaultValue="5"
38 android:max="10" />
39
Bijan Amirzada41242f22014-03-21 12:12:18 -070040 <com.android.browser.preferences.SeekBarSummaryPreference
John Reck8fc22a12011-06-16 14:57:41 -070041 android:key="min_font_size"
42 android:title="@string/pref_min_font_size"
43 android:defaultValue="0"
John Reck7dc444b2011-06-16 17:44:29 -070044 android:max="20" />
John Reck8fc22a12011-06-16 14:57:41 -070045 </PreferenceCategory>
46
Bijan Amirzada9b1e9882014-02-26 17:15:46 -080047 <!-- // SWE_TODO: Commenting out inverted rendering settings
Nicolas Roard5d513102011-08-03 15:35:34 -070048 <PreferenceCategory android:title="@string/pref_inverted_category">
Bijan Amirzada9b1e9882014-02-26 17:15:46 -080049
Bijan Amirzada41242f22014-03-21 12:12:18 -070050 <com.android.browser.preferences.InvertedContrastPreview
John Reckeabe5da2011-08-08 13:24:13 -070051 android:title="@string/preview" />
Nicolas Roard5d513102011-08-03 15:35:34 -070052
53 <CheckBoxPreference
54 android:key="inverted"
55 android:defaultValue="false"
56 android:title="@string/pref_inverted"
57 android:summary="@string/pref_inverted_summary" />
58
Bijan Amirzada41242f22014-03-21 12:12:18 -070059 <com.android.browser.preferences.SeekBarSummaryPreference
Nicolas Roard5d513102011-08-03 15:35:34 -070060 android:key="inverted_contrast"
61 android:title="@string/pref_inverted_contrast"
John Reckeabe5da2011-08-08 13:24:13 -070062 android:dependency="inverted"
Nicolas Roard5d513102011-08-03 15:35:34 -070063 android:defaultValue="0"
64 android:max="20" />
Nicolas Roard5d513102011-08-03 15:35:34 -070065 </PreferenceCategory>
Bijan Amirzada9b1e9882014-02-26 17:15:46 -080066 -->
Nicolas Roard5d513102011-08-03 15:35:34 -070067
John Reck40badf22011-04-20 15:31:13 -070068</PreferenceScreen>