blob: f136ec75ee708e02e5f955aba55bb311736d3354 [file] [log] [blame]
Doris Ling55ce7de2017-07-18 15:43:26 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2017 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17
18<PreferenceScreen
19 xmlns:android="http://schemas.android.com/apk/res/android"
Fan Zhang823dde52017-10-26 15:56:41 -070020 android:key="gesture_settings_screen"
Doris Ling55ce7de2017-07-18 15:43:26 -070021 android:title="@string/gesture_preference_title" >
22
23 <Preference
24 android:key="gesture_assist_input_summary"
25 android:title="@string/assist_gesture_title"
26 android:fragment="com.android.settings.gestures.AssistGestureSettings" />
27
28 <Preference
29 android:key="gesture_swipe_down_fingerprint_input_summary"
30 android:title="@string/fingerprint_swipe_for_notifications_title"
31 android:fragment="com.android.settings.gestures.SwipeToNotificationSettings" />
32
33 <Preference
34 android:key="gesture_double_tap_power_input_summary"
35 android:title="@string/double_tap_power_for_camera_title"
36 android:fragment="com.android.settings.gestures.DoubleTapPowerSettings" />
37
38 <Preference
39 android:key="gesture_double_twist_input_summary"
40 android:title="@string/double_twist_for_camera_mode_title"
41 android:fragment="com.android.settings.gestures.DoubleTwistGestureSettings" />
42
43 <Preference
44 android:key="gesture_double_tap_screen_input_summary"
45 android:title="@string/ambient_display_title"
46 android:fragment="com.android.settings.gestures.DoubleTapScreenSettings" />
47
48 <Preference
49 android:key="gesture_pick_up_input_summary"
50 android:title="@string/ambient_display_pickup_title"
51 android:fragment="com.android.settings.gestures.PickupGestureSettings" />
52
53</PreferenceScreen>