Doris Ling | 55ce7de | 2017-07-18 15:43:26 -0700 | [diff] [blame^] | 1 | <?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" |
| 20 | android:title="@string/gesture_preference_title" > |
| 21 | |
| 22 | <Preference |
| 23 | android:key="gesture_assist_input_summary" |
| 24 | android:title="@string/assist_gesture_title" |
| 25 | android:fragment="com.android.settings.gestures.AssistGestureSettings" /> |
| 26 | |
| 27 | <Preference |
| 28 | android:key="gesture_swipe_down_fingerprint_input_summary" |
| 29 | android:title="@string/fingerprint_swipe_for_notifications_title" |
| 30 | android:fragment="com.android.settings.gestures.SwipeToNotificationSettings" /> |
| 31 | |
| 32 | <Preference |
| 33 | android:key="gesture_double_tap_power_input_summary" |
| 34 | android:title="@string/double_tap_power_for_camera_title" |
| 35 | android:fragment="com.android.settings.gestures.DoubleTapPowerSettings" /> |
| 36 | |
| 37 | <Preference |
| 38 | android:key="gesture_double_twist_input_summary" |
| 39 | android:title="@string/double_twist_for_camera_mode_title" |
| 40 | android:fragment="com.android.settings.gestures.DoubleTwistGestureSettings" /> |
| 41 | |
| 42 | <Preference |
| 43 | android:key="gesture_double_tap_screen_input_summary" |
| 44 | android:title="@string/ambient_display_title" |
| 45 | android:fragment="com.android.settings.gestures.DoubleTapScreenSettings" /> |
| 46 | |
| 47 | <Preference |
| 48 | android:key="gesture_pick_up_input_summary" |
| 49 | android:title="@string/ambient_display_pickup_title" |
| 50 | android:fragment="com.android.settings.gestures.PickupGestureSettings" /> |
| 51 | |
| 52 | </PreferenceScreen> |