blob: 6da6518ed351a674575838ba2a4cc18c16df4823 [file] [log] [blame]
maxwen0bd15382017-08-28 17:14:58 +02001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 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
18<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
19 android:key="global_actions"
20 android:title="@string/global_actions_title">
21
22 <PreferenceCategory
23 android:key="global_actions_anim"
24 android:title="@string/global_actions_anim" >
25
26 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
27 android:key="advanced_reboot"
28 android:title="@string/global_actions_advanced_reboot_title"
29 android:summary="@string/global_actions_advanced_reboot_summary" />
30 <ListPreference
31 android:key="power_menu_animations"
32 android:title="@string/power_menu_animation_title"
33 android:dialogTitle="@string/power_menu_animation_dialog_title"
34 android:entries="@array/power_menu_animations_entries"
35 android:entryValues="@array/power_menu_animations_values"
36 android:summary="@string/power_menu_animation_summary"
37 android:persistent="false" />
38 </PreferenceCategory>
39</PreferenceScreen>