| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2017 The OmniROM Project |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU General Public License as published by |
| the Free Software Foundation, either version 2 of the License, or |
| (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU General Public License for more details. |
| |
| You should have received a copy of the GNU General Public License |
| along with this program. If not, see <http://www.gnu.org/licenses/>. |
| --> |
| <!-- Copyright (C) 2012 The CyanogenMod Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> |
| |
| <PreferenceCategory |
| android:key="button_other" |
| android:title="@string/button_other_title" > |
| <ListPreference |
| android:key="navbar_recents_style" |
| android:title="@string/navbar_recents_style_title" |
| android:entries="@array/navbar_recents_style_entries" |
| android:entryValues="@array/navbar_recents_style_values" |
| android:persistent="false"/> |
| <ListPreference |
| android:key="long_press_recents_action" |
| android:title="@string/long_press_recents_action_title" |
| android:entries="@array/long_press_recents_action_entries" |
| android:entryValues="@array/long_press_recents_action_values" |
| android:persistent="false"/> |
| <PreferenceScreen |
| android:key="global_actions" |
| android:title="@string/global_actions_title" |
| android:summary="@string/global_actions_summary" |
| android:icon="@drawable/ic_settings_power" |
| android:fragment="org.omnirom.omnigears.interfacesettings.GlobalActionsSettings" /> |
| </PreferenceCategory> |
| </PreferenceScreen> |