blob: 83ce79b924019576cde099d41d9995e88a0ded1c [file] [log] [blame]
Casey Burkhardt9c7143c2017-03-22 18:19:19 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 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-->
Fan Zhang9ce4a1f2018-08-15 12:55:56 -070016<PreferenceScreen
17 xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res-auto"
jasonwshsu27d06ff2020-03-11 21:58:25 +080019 android:title="@string/accessibility_screen_magnification_title"
20 settings:searchable="false">
Casey Burkhardt9c7143c2017-03-22 18:19:19 -070021 <Preference
22 android:fragment="com.android.settings.accessibility.ToggleScreenMagnificationPreferenceFragment"
23 android:key="screen_magnification_gestures_preference_screen"
rafftsai807506b2018-03-28 16:07:24 +080024 android:title="@string/accessibility_screen_magnification_gestures_title"
jasonwshsu27d06ff2020-03-11 21:58:25 +080025 settings:searchable="false"
rafftsai807506b2018-03-28 16:07:24 +080026 settings:controller="com.android.settings.accessibility.MagnificationGesturesPreferenceController"/>
Casey Burkhardt9c7143c2017-03-22 18:19:19 -070027 <Preference
28 android:fragment="com.android.settings.accessibility.ToggleScreenMagnificationPreferenceFragment"
29 android:key="screen_magnification_navbar_preference_screen"
rafftsai807506b2018-03-28 16:07:24 +080030 android:title="@string/accessibility_screen_magnification_navbar_title"
jasonwshsu27d06ff2020-03-11 21:58:25 +080031 settings:searchable="false"
rafftsai807506b2018-03-28 16:07:24 +080032 settings:controller="com.android.settings.accessibility.MagnificationNavbarPreferenceController"/>
Casey Burkhardt9c7143c2017-03-22 18:19:19 -070033</PreferenceScreen>