maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 1 | <?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 | --> |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> |
| 19 | |
| 20 | <PreferenceCategory |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 21 | android:key="button_volume_keys" |
| 22 | android:title="@string/button_volume_keys_title" > |
| 23 | |
| 24 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
| 25 | android:key="swap_volume_buttons" |
| 26 | android:title="@string/swap_volume_buttons_title" |
| 27 | android:summary="@string/swap_volume_buttons_summary" |
| 28 | android:defaultValue="false" /> |
| 29 | </PreferenceCategory> |
| 30 | |
| 31 | <PreferenceCategory |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame^] | 32 | android:key="button_power" |
| 33 | android:title="@string/global_actions_power_title" > |
| 34 | |
| 35 | <Preference |
| 36 | android:key="global_actions" |
| 37 | android:title="@string/global_actions_title" |
| 38 | android:summary="@string/global_actions_summary" |
| 39 | android:icon="@drawable/ic_settings_power" |
| 40 | android:fragment="org.omnirom.omnigears.interfacesettings.GlobalActionsSettings" /> |
| 41 | </PreferenceCategory> |
| 42 | |
| 43 | <PreferenceCategory |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 44 | android:key="button_other" |
| 45 | android:title="@string/button_other_title" > |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 46 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 47 | <ListPreference |
| 48 | android:key="navbar_recents_style" |
| 49 | android:title="@string/navbar_recents_style_title" |
| 50 | android:entries="@array/navbar_recents_style_entries" |
| 51 | android:entryValues="@array/navbar_recents_style_values" |
| 52 | android:persistent="false"/> |
| 53 | <ListPreference |
| 54 | android:key="long_press_recents_action" |
| 55 | android:title="@string/long_press_recents_action_title" |
| 56 | android:entries="@array/long_press_recents_action_entries" |
| 57 | android:entryValues="@array/long_press_recents_action_values" |
| 58 | android:persistent="false"/> |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame^] | 59 | <ListPreference |
| 60 | android:key="long_press_home_action" |
| 61 | android:title="@string/long_press_home_action_title" |
| 62 | android:entries="@array/long_press_home_action_entries" |
| 63 | android:entryValues="@array/long_press_home_action_values" |
| 64 | android:persistent="false"/> |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 65 | </PreferenceCategory> |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame^] | 66 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 67 | </PreferenceScreen> |