blob: ba48f9d4a20c77f5efc420bb2986098c086aee5e [file] [log] [blame]
Patrick Lowerc8668b22015-05-11 16:14:17 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2015 The CyanogenMod Project
Christopher R. Palmerfcd3f342015-05-23 11:42:49 -07004
Patrick Lowerc8668b22015-05-11 16:14:17 -04005 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
Christopher R. Palmerfcd3f342015-05-23 11:42:49 -07008
Patrick Lowerc8668b22015-05-11 16:14:17 -04009 http://www.apache.org/licenses/LICENSE-2.0
Christopher R. Palmerfcd3f342015-05-23 11:42:49 -070010
Patrick Lowerc8668b22015-05-11 16:14:17 -040011 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<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
18
Christopher R. Palmerfcd3f342015-05-23 11:42:49 -070019 <PreferenceCategory
20 android:key="ambient_display_key"
21 android:title="@string/ambient_display_title" >
Patrick Lowerc8668b22015-05-11 16:14:17 -040022
Christopher R. Palmerfcd3f342015-05-23 11:42:49 -070023 <SwitchPreference
24 android:key="ambient_display_enable"
25 android:defaultValue="true"
26 android:title="@string/ambient_display_enable_title"
27 android:summary="@string/ambient_display_enable_summary" />
Patrick Lowerc8668b22015-05-11 16:14:17 -040028
Christopher R. Palmerfcd3f342015-05-23 11:42:49 -070029 <SwitchPreference
30 android:key="gesture_hand_wave"
31 android:defaultValue="false"
32 android:title="@string/hand_wave_gesture_title"
33 android:summary="@string/hand_wave_gesture_summary" />
34
35 <SwitchPreference
36 android:key="gesture_pocket"
37 android:defaultValue="false"
38 android:title="@string/pocket_gesture_title"
39 android:summary="@string/pocket_gesture_summary" />
40 </PreferenceCategory>
41
42</PreferenceScreen>