blob: c5d4ab4b9978fa462e6b025d3f9a4bcbe34f0818 [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"
Doris Lingd0c8fd72016-06-14 11:21:57 -070019 android:title="@string/gesture_preference_title"
20 settings:keywords="@string/keywords_gesture">
Doris Ling91365232016-05-23 17:06:26 -070021
22 <com.android.settings.gestures.GesturePreference
Doris Lingd59fcc92016-07-28 13:54:14 -070023 android:key="gesture_swipe_down_fingerprint"
24 android:title="@string/fingerprint_swipe_for_notifications_title"
25 android:summary="@string/fingerprint_swipe_for_notifications_summary"
26 settings:animation="@raw/gesture_fingerprint_swipe"/>
27
28 <com.android.settings.gestures.GesturePreference
Doris Ling91365232016-05-23 17:06:26 -070029 android:key="gesture_double_tap_power"
30 android:title="@string/double_tap_power_for_camera_title"
31 android:summary="@string/double_tap_power_for_camera_summary"
32 settings:animation="@raw/gesture_double_tap"/>
33
34 <com.android.settings.gestures.GesturePreference
35 android:key="gesture_double_twist"
36 android:title="@string/double_twist_for_camera_mode_title"
37 android:summary="@string/double_twist_for_camera_mode_summary"
38 settings:animation="@raw/gesture_twist"/>
39
Doris Lingfec32032016-08-26 14:29:52 -070040 <com.android.settings.gestures.GesturePreference
41 android:key="gesture_pick_up_and_nudge"
42 android:title="@string/ambient_display_title"
43 android:summary="@string/ambient_display_summary"
44 settings:animation="@raw/gesture_ambient_tap"/>
45
Doris Ling91365232016-05-23 17:06:26 -070046</PreferenceScreen>