Patrick Lower | c8668b2 | 2015-05-11 16:14:17 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2015 The CyanogenMod Project |
| 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 | http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | Unless required by applicable law or agreed to in writing, software |
| 9 | distributed under the License is distributed on an "AS IS" BASIS, |
| 10 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 11 | See the License for the specific language governing permissions and |
| 12 | limitations under the License. |
| 13 | --> |
| 14 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> |
| 15 | |
| 16 | <SwitchPreference |
| 17 | android:key="gesture_hand_wave" |
Arne Coucheron | d9bdd41 | 2015-05-20 00:56:19 +0200 | [diff] [blame^] | 18 | android:defaultValue="false" |
Patrick Lower | c8668b2 | 2015-05-11 16:14:17 -0400 | [diff] [blame] | 19 | android:title="@string/hand_wave_gesture_title" |
| 20 | android:summary="@string/hand_wave_gesture_summary" /> |
| 21 | |
| 22 | <SwitchPreference |
| 23 | android:key="gesture_pocket" |
| 24 | android:defaultValue="false" |
| 25 | android:title="@string/pocket_gesture_title" |
| 26 | android:summary="@string/pocket_gesture_summary" /> |
| 27 | |
| 28 | </PreferenceScreen> |