blob: 5272260296191ddaf4a35a910d7f72399deeb975 [file] [log] [blame]
maxwenbcf02372017-08-30 16:13:10 +02001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 The OmniROM Project
3
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16 -->
17<!-- Copyright (C) 2012 The CyanogenMod Project
18
19 Licensed under the Apache License, Version 2.0 (the "License");
20 you may not use this file except in compliance with the License.
21 You may obtain a copy of the License at
22
23 http://www.apache.org/licenses/LICENSE-2.0
24
25 Unless required by applicable law or agreed to in writing, software
26 distributed under the License is distributed on an "AS IS" BASIS,
27 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 See the License for the specific language governing permissions and
29 limitations under the License.
30-->
31
32<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
33 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
34
35 <PreferenceCategory
36 android:key="button_other"
37 android:title="@string/button_other_title" >
38 <ListPreference
39 android:key="navbar_recents_style"
40 android:title="@string/navbar_recents_style_title"
41 android:entries="@array/navbar_recents_style_entries"
42 android:entryValues="@array/navbar_recents_style_values"
43 android:persistent="false"/>
44 <ListPreference
45 android:key="long_press_recents_action"
46 android:title="@string/long_press_recents_action_title"
47 android:entries="@array/long_press_recents_action_entries"
48 android:entryValues="@array/long_press_recents_action_values"
49 android:persistent="false"/>
50 <PreferenceScreen
51 android:key="global_actions"
52 android:title="@string/global_actions_title"
53 android:summary="@string/global_actions_summary"
54 android:icon="@drawable/ic_settings_power"
55 android:fragment="org.omnirom.omnigears.interfacesettings.GlobalActionsSettings" />
56 </PreferenceCategory>
57</PreferenceScreen>