blob: e68d8f55a5fe9111db8a28189a78c8fef66e0cce [file] [log] [blame]
Doris Ling91365232016-05-23 17:06:26 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 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 xmlns:settings="http://schemas.android.com/apk/res-auto"
19 android:title="@string/gesture_preference_title">
20
21 <com.android.settings.gestures.GesturePreference
22 android:key="gesture_double_tap_power"
23 android:title="@string/double_tap_power_for_camera_title"
24 android:summary="@string/double_tap_power_for_camera_summary"
25 settings:animation="@raw/gesture_double_tap"/>
26
27 <com.android.settings.gestures.GesturePreference
28 android:key="gesture_double_twist"
29 android:title="@string/double_twist_for_camera_mode_title"
30 android:summary="@string/double_twist_for_camera_mode_summary"
31 settings:animation="@raw/gesture_twist"/>
32
33 <com.android.settings.gestures.GesturePreference
34 android:key="gesture_swipe_down_fingerprint"
35 android:title="@string/fingerprint_swipe_for_notifications_title"
36 android:summary="@string/fingerprint_swipe_for_notifications_summary"
37 settings:animation="@raw/gesture_fingerprint_swipe"/>
38
39 <com.android.settings.gestures.GesturePreference
40 android:key="gesture_pick_up_and_nudge"
41 android:title="@string/ambient_display_title"
42 android:summary="@string/ambient_display_summary"
43 settings:animation="@raw/gesture_ambient_move_lift"/>
44
45</PreferenceScreen>