maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [diff] [blame] | 1 | <?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" |
Marko Man | f441477 | 2016-09-21 21:45:46 +0200 | [diff] [blame] | 19 | android:key="global_actions" |
maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [diff] [blame] | 20 | android:title="@string/global_actions_title"> |
| 21 | |
maxwen | 78553a6 | 2016-09-30 18:55:14 +0200 | [diff] [blame] | 22 | <PreferenceCategory |
| 23 | android:key="global_actions_anim" |
| 24 | android:title="@string/global_actions_anim" > |
| 25 | <ListPreference |
| 26 | android:key="power_menu_animations" |
| 27 | android:title="@string/power_menu_animation_title" |
| 28 | android:dialogTitle="@string/power_menu_animation_dialog_title" |
| 29 | android:entries="@array/power_menu_animations_entries" |
| 30 | android:entryValues="@array/power_menu_animations_values" |
| 31 | android:summary="@string/power_menu_animation_summary" |
| 32 | android:persistent="false" /> |
| 33 | </PreferenceCategory> |
| 34 | |
| 35 | <PreferenceCategory |
| 36 | android:key="global_actions_list" |
| 37 | android:title="@string/global_actions_header" > |
maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [diff] [blame] | 38 | |
| 39 | <SwitchPreference |
| 40 | android:key="power" |
| 41 | android:title="@string/global_actions_power_title" |
| 42 | android:persistent="false" /> |
| 43 | <SwitchPreference |
| 44 | android:key="reboot" |
| 45 | android:title="@string/global_actions_reboot_title" |
| 46 | android:persistent="false" /> |
| 47 | <SwitchPreference |
| 48 | android:key="lockdown" |
| 49 | android:title="@string/global_actions_lockdown_title" |
| 50 | android:persistent="false" /> |
| 51 | <SwitchPreference |
| 52 | android:key="settings" |
| 53 | android:title="@string/global_actions_settings_title" |
| 54 | android:persistent="false" /> |
| 55 | <SwitchPreference |
| 56 | android:key="airplane" |
| 57 | android:title="@string/global_actions_airplane_title" |
| 58 | android:persistent="false" /> |
Philipp Vogel | 1f67c68 | 2016-03-15 16:24:01 +0100 | [diff] [blame] | 59 | <SwitchPreference |
Philipp Vogel | 2a0e34a | 2016-02-23 19:21:16 +0100 | [diff] [blame] | 60 | android:key="screenshot" |
| 61 | android:title="@string/global_actions_screenshot_title" |
| 62 | android:persistent="false" /> |
| 63 | <SwitchPreference |
| 64 | android:key="screenrecord" |
| 65 | android:title="@string/global_actions_screenrecord_title" |
| 66 | android:persistent="false" /> |
maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [diff] [blame] | 67 | <SwitchPreference |
Philipp Vogel | 1f67c68 | 2016-03-15 16:24:01 +0100 | [diff] [blame] | 68 | android:key="torch" |
| 69 | android:title="@string/global_actions_torch_title" |
| 70 | android:persistent="false" /> |
| 71 | <SwitchPreference |
maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [diff] [blame] | 72 | android:key="users" |
| 73 | android:title="@string/global_actions_users_title" |
| 74 | android:persistent="false" /> |
| 75 | <SwitchPreference |
| 76 | android:key="voiceassist" |
| 77 | android:title="@string/global_actions_voiceassist_title" |
| 78 | android:persistent="false" /> |
| 79 | <SwitchPreference |
| 80 | android:key="silent" |
| 81 | android:title="@string/global_actions_silent_title" |
| 82 | android:persistent="false" /> |
| 83 | <SwitchPreference |
| 84 | android:key="dnd" |
| 85 | android:title="@string/global_actions_dnd_title" |
| 86 | android:persistent="false" /> |
Alex | d2254bb | 2016-09-23 20:59:08 +0200 | [diff] [blame] | 87 | </PreferenceCategory> |
maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [diff] [blame] | 88 | </PreferenceScreen> |