1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:app="http://schemas.android.com/apk/res-auto" >
9 <org.chromium.chrome.browser.preferences.TextScalePreference
10 android:key="text_scale"
11 android:title="@string/font_size"
12 android:selectable="false" />
14 <org.chromium.chrome.browser.preferences.SeekBarLinkedCheckBoxPreference
15 android:key="force_enable_zoom"
16 android:summary="@string/force_enable_zoom_summary"
17 android:title="@string/force_enable_zoom_title" />